[html5] r5623 - [c] (0) <option selected> conformance requirements Fixing http://www.w3.org/Bugs [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 14 01:09:01 PDT 2010


Author: ianh
Date: 2010-10-14 01:08:59 -0700 (Thu, 14 Oct 2010)
New Revision: 5623

Modified:
   complete.html
   index
   source
Log:
[c] (0) <option selected> conformance requirements
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10232

Modified: complete.html
===================================================================
--- complete.html	2010-10-14 08:05:25 UTC (rev 5622)
+++ complete.html	2010-10-14 08:08:59 UTC (rev 5623)
@@ -44136,7 +44136,8 @@
   or the <code><a href=#textcontent>textContent</a></code> of the element, if there isn't.</p>
 
   <p>The <dfn id=attr-option-selected title=attr-option-selected><code>selected</code></dfn>
-  attribute represents the default <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> of the
+  attribute is a <a href=#boolean-attribute>boolean attribute</a>. It represents the
+  default <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> of the
   element.</p>
 
   <div class=impl>

Modified: index
===================================================================
--- index	2010-10-14 08:05:25 UTC (rev 5622)
+++ index	2010-10-14 08:08:59 UTC (rev 5623)
@@ -44116,7 +44116,8 @@
   or the <code><a href=#textcontent>textContent</a></code> of the element, if there isn't.</p>
 
   <p>The <dfn id=attr-option-selected title=attr-option-selected><code>selected</code></dfn>
-  attribute represents the default <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> of the
+  attribute is a <a href=#boolean-attribute>boolean attribute</a>. It represents the
+  default <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> of the
   element.</p>
 
   <div class=impl>

Modified: source
===================================================================
--- source	2010-10-14 08:05:25 UTC (rev 5622)
+++ source	2010-10-14 08:08:59 UTC (rev 5623)
@@ -49404,7 +49404,8 @@
   or the <code>textContent</code> of the element, if there isn't.</p>
 
   <p>The <dfn title="attr-option-selected"><code>selected</code></dfn>
-  attribute represents the default <span
+  attribute is a <span>boolean attribute</span>. It represents the
+  default <span
   title="concept-option-selectedness">selectedness</span> of the
   element.</p>
 




More information about the Commit-Watchers mailing list