[html5] r5398 - [giow] (1) Make :disabled accurately reflect <option> disabled state. Fixing htt [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 30 11:07:55 PDT 2010


Author: ianh
Date: 2010-08-30 11:07:53 -0700 (Mon, 30 Aug 2010)
New Revision: 5398

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Make :disabled accurately reflect <option> disabled state.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10105

Modified: complete.html
===================================================================
--- complete.html	2010-08-30 18:04:57 UTC (rev 5397)
+++ complete.html	2010-08-30 18:07:53 UTC (rev 5398)
@@ -52868,7 +52868,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-option-element>option</a></code> elements that do not have a <code title=attr-option-disabled><a href=#attr-option-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>
 
      <li><code><a href=#the-command>command</a></code> elements that do not have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>
 
@@ -52898,7 +52898,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-option-element>option</a></code> elements that have a <code title=attr-option-disabled><a href=#attr-option-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>
 
      <li><code><a href=#the-command>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	2010-08-30 18:04:57 UTC (rev 5397)
+++ index	2010-08-30 18:07:53 UTC (rev 5398)
@@ -52793,7 +52793,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-option-element>option</a></code> elements that do not have a <code title=attr-option-disabled><a href=#attr-option-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>
 
      <li><code><a href=#the-command>command</a></code> elements that do not have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>
 
@@ -52823,7 +52823,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-option-element>option</a></code> elements that have a <code title=attr-option-disabled><a href=#attr-option-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>
 
      <li><code><a href=#the-command>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	2010-08-30 18:04:57 UTC (rev 5397)
+++ source	2010-08-30 18:07:53 UTC (rev 5398)
@@ -59114,8 +59114,8 @@
      <li><code>textarea</code> elements that are not <span
      title="concept-fe-disabled">disabled</span></li>
 
-     <li><code>option</code> elements that do not have a <code
-     title="attr-option-disabled">disabled</code> attribute</li>
+     <li><code>option</code> elements that are not <span
+     title="concept-option-disabled">disabled</span></li>
 
      <li><code>command</code> elements that do not have a <code
      title="attr-command-disabled">disabled</code> attribute</li>
@@ -59155,8 +59155,8 @@
      <li><code>textarea</code> elements that are <span
      title="concept-fe-disabled">disabled</span></li>
 
-     <li><code>option</code> elements that have a <code
-     title="attr-option-disabled">disabled</code> attribute</li>
+     <li><code>option</code> elements that are <span
+     title="concept-option-disabled">disabled</span></li>
 
      <li><code>command</code> elements that have a <code
      title="attr-command-disabled">disabled</code> attribute</li>




More information about the Commit-Watchers mailing list