[html5] r6507 - [e] (0) optgroups don't actually get disabled themselves. they just have an attr [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 17 16:56:27 PDT 2011


Author: ianh
Date: 2011-08-17 16:56:26 -0700 (Wed, 17 Aug 2011)
New Revision: 6507

Modified:
   complete.html
   index
   source
Log:
[e] (0) optgroups don't actually get disabled themselves. they just have an attribute.

Modified: complete.html
===================================================================
--- complete.html	2011-08-17 23:54:13 UTC (rev 6506)
+++ complete.html	2011-08-17 23:56:26 UTC (rev 6507)
@@ -56692,7 +56692,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>
 
@@ -56727,7 +56727,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>
 

Modified: index
===================================================================
--- index	2011-08-17 23:54:13 UTC (rev 6506)
+++ index	2011-08-17 23:56:26 UTC (rev 6507)
@@ -56559,7 +56559,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>
 
@@ -56594,7 +56594,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>
 

Modified: source
===================================================================
--- source	2011-08-17 23:54:13 UTC (rev 6506)
+++ source	2011-08-17 23:56:26 UTC (rev 6507)
@@ -63867,8 +63867,8 @@
      <li><code>textarea</code> elements that are not <span
      title="concept-fe-disabled">disabled</span></li>
 
-     <li><code>optgroup</code> elements that are not <span
-     title="concept-optgroup-disabled">disabled</span></li>
+     <li><code>optgroup</code> elements that do not have a <code
+     title="attr-optgroup-disabled">disabled</code> attribute</li>
 
      <li><code>option</code> elements that are not <span
      title="concept-option-disabled">disabled</span></li>
@@ -63915,8 +63915,8 @@
      <li><code>textarea</code> elements that are <span
      title="concept-fe-disabled">disabled</span></li>
 
-     <li><code>optgroup</code> elements that are <span
-     title="concept-optgroup-disabled">disabled</span></li>
+     <li><code>optgroup</code> elements that have a <code
+     title="attr-optgroup-disabled">disabled</code> attribute</li>
 
      <li><code>option</code> elements that are <span
      title="concept-option-disabled">disabled</span></li>




More information about the Commit-Watchers mailing list