hixie: Make <select><option selected><option selected> non-conforming due to too many 'selected's. (whatwg r5023)

hixie: Make <select><option selected><option selected> non-conforming
due to too many 'selected's. (whatwg r5023)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4038&r2=1.4039&f=h
http://html5.org/tools/web-apps-tracker?from=5022&to=5023

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4038
retrieving revision 1.4039
diff -u -d -r1.4038 -r1.4039
--- Overview.html 13 Apr 2010 07:48:28 -0000 1.4038
+++ Overview.html 13 Apr 2010 08:15:36 -0000 1.4039
@@ -32106,6 +32106,11 @@
   initial <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> state when
   using the constructor.</p>
 
+  </div><p>A <code><a href="#the-select-element">select</a></code> element whose <code title="attr-select-multiple"><a href="#attr-select-multiple">multiple</a></code> attribute is not
+  specified must not have more than one descendant <code><a href="#the-option-element">option</a></code>
+  element with its <code title="attr-option-selected"><a href="#attr-option-selected">selected</a></code>
+  attribute set.<div class="impl">
+
   <p>An <code><a href="#the-option-element">option</a></code> element's <dfn id="concept-option-index" title="concept-option-index">index</dfn> is the number of
   <code><a href="#the-option-element">option</a></code> element that are in the same <a href="#concept-select-option-list" title="concept-select-option-list">list of options</a> but that
   come before it in <a href="#tree-order">tree order</a>. If the

Received on Tuesday, 13 April 2010 08:16:24 UTC