[html5] r5228 - [giow] (2) <option> can match :checked

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 2 17:34:06 PDT 2010


Author: ianh
Date: 2010-08-02 17:34:04 -0700 (Mon, 02 Aug 2010)
New Revision: 5228

Modified:
   complete.html
   index
   source
Log:
[giow] (2) <option> can match :checked

Modified: complete.html
===================================================================
--- complete.html	2010-08-02 22:16:55 UTC (rev 5227)
+++ complete.html	2010-08-03 00:34:04 UTC (rev 5228)
@@ -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 — 2 August 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 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>-->
@@ -52140,6 +52140,9 @@
      <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>

Modified: index
===================================================================
--- index	2010-08-02 22:16:55 UTC (rev 5227)
+++ index	2010-08-03 00:34:04 UTC (rev 5228)
@@ -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 — 2 August 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 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>-->
@@ -52067,6 +52067,9 @@
      <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>

Modified: source
===================================================================
--- source	2010-08-02 22:16:55 UTC (rev 5227)
+++ source	2010-08-03 00:34:04 UTC (rev 5228)
@@ -58324,6 +58324,10 @@
      <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




More information about the Commit-Watchers mailing list