[html5] r5480 - [agiow] (1) Make :optional more strictly match their CSS3 UI definitions. Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 24 17:35:40 PDT 2010


Author: ianh
Date: 2010-09-24 17:35:38 -0700 (Fri, 24 Sep 2010)
New Revision: 5480

Modified:
   complete.html
   index
   source
Log:
[agiow] (1) Make :optional more strictly match their CSS3 UI definitions.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9626

Modified: complete.html
===================================================================
--- complete.html	2010-09-24 23:08:56 UTC (rev 5479)
+++ complete.html	2010-09-25 00:35:38 UTC (rev 5480)
@@ -211,7 +211,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 24 September 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 25 September 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>-->
@@ -53329,10 +53329,9 @@
     <p>The <code title=selector-optional><a href=#selector-optional>:optional</a></code>
     pseudo-class must match the following elements:</p>
 
-    <ul><li><code><a href=#the-button-element>button</a></code> elements</li>
+    <ul><li><code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-required><a href=#attr-input-required>required</a></code> attribute applies
+     that are not <i title=concept-input-required><a href=#concept-input-required>required</a></i></li>
 
-     <li><code><a href=#the-input-element>input</a></code> elements that are not <i title=concept-input-required><a href=#concept-input-required>required</a></i></li>
-
      <li><code><a href=#the-select-element>select</a></code> elements that do not have a <code title=attr-select-required><a href=#attr-select-required>required</a></code> attribute</li>
 
      <li><code><a href=#the-textarea-element>textarea</a></code> elements that do not have a <code title=attr-textarea-required><a href=#attr-textarea-required>required</a></code>

Modified: index
===================================================================
--- index	2010-09-24 23:08:56 UTC (rev 5479)
+++ index	2010-09-25 00:35:38 UTC (rev 5480)
@@ -215,7 +215,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 24 September 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 25 September 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>-->
@@ -53309,10 +53309,9 @@
     <p>The <code title=selector-optional><a href=#selector-optional>:optional</a></code>
     pseudo-class must match the following elements:</p>
 
-    <ul><li><code><a href=#the-button-element>button</a></code> elements</li>
+    <ul><li><code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-required><a href=#attr-input-required>required</a></code> attribute applies
+     that are not <i title=concept-input-required><a href=#concept-input-required>required</a></i></li>
 
-     <li><code><a href=#the-input-element>input</a></code> elements that are not <i title=concept-input-required><a href=#concept-input-required>required</a></i></li>
-
      <li><code><a href=#the-select-element>select</a></code> elements that do not have a <code title=attr-select-required><a href=#attr-select-required>required</a></code> attribute</li>
 
      <li><code><a href=#the-textarea-element>textarea</a></code> elements that do not have a <code title=attr-textarea-required><a href=#attr-textarea-required>required</a></code>

Modified: source
===================================================================
--- source	2010-09-24 23:08:56 UTC (rev 5479)
+++ source	2010-09-25 00:35:38 UTC (rev 5480)
@@ -59716,11 +59716,10 @@
 
     <ul>
 
-     <li><code>button</code> elements</li>
+     <li><code>input</code> elements to which the <code
+     title="attr-input-required">required</code> attribute applies
+     that are not <i title="concept-input-required">required</i></li>
 
-     <li><code>input</code> elements that are not <i
-     title="concept-input-required">required</i></li>
-
      <li><code>select</code> elements that do not have a <code
      title="attr-select-required">required</code> attribute</li>
 




More information about the Commit-Watchers mailing list