[html5] r6104 - [giow] (0) Let <optgroup> match :enabled and :disabled too. Fixing http://www.w3 [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri May 6 12:56:14 PDT 2011


Author: ianh
Date: 2011-05-06 12:56:13 -0700 (Fri, 06 May 2011)
New Revision: 6104

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Let <optgroup> match :enabled and :disabled too.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10908

Modified: complete.html
===================================================================
--- complete.html	2011-05-06 19:50:32 UTC (rev 6103)
+++ complete.html	2011-05-06 19:56:13 UTC (rev 6104)
@@ -54829,6 +54829,8 @@
 
      <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-option-element>option</a></code> elements that are not <a href=#concept-option-disabled title=concept-option-disabled>disabled</a></li>
 
      <li><code><a href=#the-command-element>command</a></code> elements that do not have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>
@@ -54862,6 +54864,8 @@
 
      <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-option-element>option</a></code> elements that are <a href=#concept-option-disabled title=concept-option-disabled>disabled</a></li>
 
      <li><code><a href=#the-command-element>command</a></code> elements that have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>

Modified: index
===================================================================
--- index	2011-05-06 19:50:32 UTC (rev 6103)
+++ index	2011-05-06 19:56:13 UTC (rev 6104)
@@ -54857,6 +54857,8 @@
 
      <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-option-element>option</a></code> elements that are not <a href=#concept-option-disabled title=concept-option-disabled>disabled</a></li>
 
      <li><code><a href=#the-command-element>command</a></code> elements that do not have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>
@@ -54890,6 +54892,8 @@
 
      <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-option-element>option</a></code> elements that are <a href=#concept-option-disabled title=concept-option-disabled>disabled</a></li>
 
      <li><code><a href=#the-command-element>command</a></code> elements that have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>

Modified: source
===================================================================
--- source	2011-05-06 19:50:32 UTC (rev 6103)
+++ source	2011-05-06 19:56:13 UTC (rev 6104)
@@ -61914,6 +61914,9 @@
      <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>option</code> elements that are not <span
      title="concept-option-disabled">disabled</span></li>
 
@@ -61959,6 +61962,9 @@
      <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>option</code> elements that are <span
      title="concept-option-disabled">disabled</span></li>
 




More information about the Commit-Watchers mailing list