html5/spec-author-view Overview.html,1.878,1.879 spec.html,1.886,1.887 the-button-element.html,1.32,1.33

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv6998

Modified Files:
	Overview.html spec.html the-button-element.html 
Log Message:
Make <select><option selected><option selected> non-conforming due to too many 'selected's. (whatwg r5023)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.878
retrieving revision 1.879
diff -u -d -r1.878 -r1.879
--- Overview.html	13 Apr 2010 07:57:12 -0000	1.878
+++ Overview.html	13 Apr 2010 08:17:32 -0000	1.879
@@ -305,7 +305,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.4038.
+This is revision 1.4039.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- the-button-element.html	12 Apr 2010 23:47:29 -0000	1.32
+++ the-button-element.html	13 Apr 2010 08:17:33 -0000	1.33
@@ -737,7 +737,10 @@
   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><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
-  element.</p><dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-selected"><a href="#dom-option-selected">selected</a></code></dt>
+  element.</p><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.</p><dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-selected"><a href="#dom-option-selected">selected</a></code></dt>
 
    <dd>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.886
retrieving revision 1.887
diff -u -d -r1.886 -r1.887
--- spec.html	13 Apr 2010 07:57:12 -0000	1.886
+++ spec.html	13 Apr 2010 08:17:32 -0000	1.887
@@ -303,7 +303,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.4038.
+This is revision 1.4039.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2010 <a href=http://www.w3.org/><abbr title="World Wide
@@ -17766,7 +17766,10 @@
   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><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
-  element.</p><dl class=domintro><dt><var title="">option</var> . <code title=dom-option-selected><a href=#dom-option-selected>selected</a></code></dt>
+  element.</p><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.</p><dl class=domintro><dt><var title="">option</var> . <code title=dom-option-selected><a href=#dom-option-selected>selected</a></code></dt>
 
    <dd>
 

Received on Tuesday, 13 April 2010 08:17:37 UTC