hixie: <option selected> conformance requirements (whatwg r5623)

hixie: <option selected> conformance requirements (whatwg r5623)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4498&r2=1.4499&f=h
http://html5.org/tools/web-apps-tracker?from=5622&to=5623

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4498
retrieving revision 1.4499
diff -u -d -r1.4498 -r1.4499
--- Overview.html 14 Oct 2010 08:05:31 -0000 1.4498
+++ Overview.html 14 Oct 2010 08:09:05 -0000 1.4499
@@ -33305,7 +33305,8 @@
   attribute provides a value for element. The <dfn id="concept-option-value" title="concept-option-value">value</dfn> of an <code><a href="#the-option-element">option</a></code>
   element is the value of the <code title="attr-option-value"><a href="#attr-option-value">value</a></code> attribute, if there is one,
   or the <code><a href="#textcontent">textContent</a></code> of the element, if there isn't.<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.<div class="impl">
 
   <p>The <dfn id="concept-option-selectedness" title="concept-option-selectedness">selectedness</dfn>

Received on Thursday, 14 October 2010 08:09:48 UTC