[html5] r6038 - [giow] (1) Make :enabled/:disabled match <fieldset>.

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 28 12:10:28 PDT 2011


Author: ianh
Date: 2011-04-28 12:10:27 -0700 (Thu, 28 Apr 2011)
New Revision: 6038

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Make :enabled/:disabled match <fieldset>.

Modified: complete.html
===================================================================
--- complete.html	2011-04-28 19:00:37 UTC (rev 6037)
+++ complete.html	2011-04-28 19:10:27 UTC (rev 6038)
@@ -54503,6 +54503,8 @@
      first such element's <a href=#command-facet-disabledstate title=command-facet-disabledstate>Disabled State</a> facet
      is false (not disabled)</li>
 
+     <li><code><a href=#the-fieldset-element>fieldset</a></code> elements that do not have a <code title=attr-fieldset-disabled><a href=#attr-fieldset-disabled>disabled</a></code> attribute</li>
+
     </ul></dd>
 
 
@@ -54534,6 +54536,8 @@
      first such element's <a href=#command-facet-disabledstate title=command-facet-disabledstate>Disabled State</a> facet
      is true (disabled)</li>
 
+     <li><code><a href=#the-fieldset-element>fieldset</a></code> elements that have a <code title=attr-fieldset-disabled><a href=#attr-fieldset-disabled>disabled</a></code> attribute</li>
+
     </ul></dd>
 
 

Modified: index
===================================================================
--- index	2011-04-28 19:00:37 UTC (rev 6037)
+++ index	2011-04-28 19:10:27 UTC (rev 6038)
@@ -54526,6 +54526,8 @@
      first such element's <a href=#command-facet-disabledstate title=command-facet-disabledstate>Disabled State</a> facet
      is false (not disabled)</li>
 
+     <li><code><a href=#the-fieldset-element>fieldset</a></code> elements that do not have a <code title=attr-fieldset-disabled><a href=#attr-fieldset-disabled>disabled</a></code> attribute</li>
+
     </ul></dd>
 
 
@@ -54557,6 +54559,8 @@
      first such element's <a href=#command-facet-disabledstate title=command-facet-disabledstate>Disabled State</a> facet
      is true (disabled)</li>
 
+     <li><code><a href=#the-fieldset-element>fieldset</a></code> elements that have a <code title=attr-fieldset-disabled><a href=#attr-fieldset-disabled>disabled</a></code> attribute</li>
+
     </ul></dd>
 
 

Modified: source
===================================================================
--- source	2011-04-28 19:00:37 UTC (rev 6037)
+++ source	2011-04-28 19:10:27 UTC (rev 6038)
@@ -61534,6 +61534,9 @@
      title="command-facet-disabledstate">Disabled State</span> facet
      is false (not disabled)</li>
 
+     <li><code>fieldset</code> elements that do not have a <code
+     title="attr-fieldset-disabled">disabled</code> attribute</li>
+
     </ul>
 
    </dd>
@@ -61576,6 +61579,9 @@
      title="command-facet-disabledstate">Disabled State</span> facet
      is true (disabled)</li>
 
+     <li><code>fieldset</code> elements that have a <code
+     title="attr-fieldset-disabled">disabled</code> attribute</li>
+
     </ul>
 
    </dd>




More information about the Commit-Watchers mailing list