hixie: optgroups don't actually get disabled themselves. they just have an attribute. (whatwg r6507)

hixie: optgroups don't actually get disabled themselves. they just have
an attribute. (whatwg r6507)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5207&r2=1.5208&f=h
http://html5.org/tools/web-apps-tracker?from=6506&to=6507

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5207
retrieving revision 1.5208
diff -u -d -r1.5207 -r1.5208
--- Overview.html 17 Aug 2011 23:54:48 -0000 1.5207
+++ Overview.html 17 Aug 2011 23:57:00 -0000 1.5208
@@ -43126,7 +43126,7 @@
 
      <li><code><a href="#the-textarea-element">textarea</a></code> elements that are not <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li>
 
-     <li><code><a href="#the-optgroup-element">optgroup</a></code> elements that are not <span title="concept-optgroup-disabled">disabled</span></li>
+     <li><code><a href="#the-optgroup-element">optgroup</a></code> elements that do not have a <code title="attr-optgroup-disabled"><a href="#attr-optgroup-disabled">disabled</a></code> attribute</li>
 
      <li><code><a href="#the-option-element">option</a></code> elements that are not <a href="#concept-option-disabled" title="concept-option-disabled">disabled</a></li>
 
@@ -43161,7 +43161,7 @@
 
      <li><code><a href="#the-textarea-element">textarea</a></code> elements that are <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a></li>
 
-     <li><code><a href="#the-optgroup-element">optgroup</a></code> elements that are <span title="concept-optgroup-disabled">disabled</span></li>
+     <li><code><a href="#the-optgroup-element">optgroup</a></code> elements that have a <code title="attr-optgroup-disabled"><a href="#attr-optgroup-disabled">disabled</a></code> attribute</li>
 
      <li><code><a href="#the-option-element">option</a></code> elements that are <a href="#concept-option-disabled" title="concept-option-disabled">disabled</a></li>

Received on Wednesday, 17 August 2011 23:57:12 UTC