Skip to content

Commit

Permalink
[giow] (2) <option> can match :checked
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5228 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 3, 2010
1 parent f6e15bb commit 71e6c84
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -209,7 +209,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 2 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 3 August 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -52140,6 +52140,9 @@ <h4 id=pseudo-classes><span class=secno>4.14.2 </span>Pseudo-classes</h4>
<a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> state is
true</li>

<li><code><a href=#the-option-element>option</a></code> elements whose <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> is
true</li>

<li><code><a href=#the-command>command</a></code> elements whose <code title=attr-command-type><a href=#attr-command-type>type</a></code> attribute is in the <a href=#attr-command-type-state-checkbox title=attr-command-type-state-checkbox>Checkbox</a> state
and that have a <code title=attr-command-checked><a href=#attr-command-checked>checked</a></code>
attribute</li>
Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -213,7 +213,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 2 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 3 August 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -52067,6 +52067,9 @@ contradict people?
<a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> state is
true</li>

<li><code><a href=#the-option-element>option</a></code> elements whose <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> is
true</li>

<li><code><a href=#the-command>command</a></code> elements whose <code title=attr-command-type><a href=#attr-command-type>type</a></code> attribute is in the <a href=#attr-command-type-state-checkbox title=attr-command-type-state-checkbox>Checkbox</a> state
and that have a <code title=attr-command-checked><a href=#attr-command-checked>checked</a></code>
attribute</li>
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -58324,6 +58324,10 @@ contradict people?
<span title="concept-fe-checked">checkedness</span> state is
true</li>

<li><code>option</code> elements whose <span
title="concept-option-selectedness">selectedness</span> is
true</li>

<li><code>command</code> elements whose <code
title="attr-command-type">type</code> attribute is in the <span
title="attr-command-type-state-checkbox">Checkbox</span> state
Expand Down

0 comments on commit 71e6c84

Please sign in to comment.