Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selectors Overview #3

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Selectors Overview
Updated 3 selector overviews to include what the selectors represent. read-write, default and (in)valid
  • Loading branch information
estelle committed Dec 18, 2014
commit b47c17d756c64a1877d8de8e9d62929914653fbf
8 changes: 4 additions & 4 deletions selectors/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ <h2 class="heading settled" data-level="2" id="overview"><span class="secno">2.

<td><code>E:read-only</code><br><code>E:read-write</code>
</td>
<td>a user interface element E that
<td>a user interface element E that is user alterable, or not
</td>
<td><a data-section="" href="#rw-pseudos">§11.1.2
The Mutability Pseudo-classes: :read-only and :read-write</a>
Expand All @@ -1120,7 +1120,7 @@ <h2 class="heading settled" data-level="2" id="overview"><span class="secno">2.

<td><code>E:default</code>
</td>
<td>a user interface element E that
<td>a user interface element E that is the default item
</td>
<td><a data-section="" href="#the-default-pseudo">§11.1.4
The Default-option Pseudo-class: :default</a>
Expand Down Expand Up @@ -1158,7 +1158,7 @@ <h2 class="heading settled" data-level="2" id="overview"><span class="secno">2.

<td><code>E:valid</code><br><code>E:invalid</code>
</td>
<td>a user-input element E that
<td>a user-input element E that meets, or doesn't, its data validity semantics
</td>
<td><a data-section="" href="#range-pseudos">§11.3.2
The Range Pseudo-classes: :in-range and :out-of-range</a>
Expand Down Expand Up @@ -6206,4 +6206,4 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
<div class="issue">Rewrite this whole danged thing in terms of Syntax parsing algos instead.<a href="#issue-240af3df"> ↵ </a></div>
</div>
</body>
</html>
</html>