hixie: Make :enabled/:disabled match <fieldset>. (whatwg r6038)

hixie: Make :enabled/:disabled match <fieldset>. (whatwg r6038)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4847&r2=1.4848&f=h
http://html5.org/tools/web-apps-tracker?from=6037&to=6038

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4847
retrieving revision 1.4848
diff -u -d -r1.4847 -r1.4848
--- Overview.html 28 Apr 2011 19:00:43 -0000 1.4847
+++ Overview.html 28 Apr 2011 19:10:32 -0000 1.4848
@@ -41907,6 +41907,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>
 
 
@@ -41938,6 +41940,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>

Received on Thursday, 28 April 2011 19:12:51 UTC