[html5] r2287 - [] (0) WF2: select.type

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 6 03:31:32 PDT 2008


Author: ianh
Date: 2008-10-06 03:31:31 -0700 (Mon, 06 Oct 2008)
New Revision: 2287

Modified:
   index
   source
Log:
[] (0) WF2: select.type

/home/ianh/svn/webapps/hooks/commit-email.pl: `/usr/bin/svnlook diff /home/ianh/svn/webapps -r 2287' failed with this output:
Modified: index
===================================================================
--- index	2008-10-06 10:19:56 UTC (rev 2286)
+++ index	2008-10-06 10:31:31 UTC (rev 2287)
@@ -26279,7 +26279,7 @@
            attribute DOMString <a href=#dom-fe-name title=dom-fe-name>name</a>;
            attribute boolean <a href=#dom-select-size title=dom-select-size>size</a>;
 
-  readonly attribute DOMString <span title=dom-select-type>type</span>;
+  readonly attribute DOMString <a href=#dom-select-type title=dom-select-type>type</a>;
 
   readonly attribute <a href=#htmloptionscollection-0>HTMLOptionsCollection</a> <span title=dom-select-options>options</span>;
            attribute unsigned long <span title=dom-select-length>length</span>;
@@ -26345,11 +26345,12 @@
   submitted. The <code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code>
   attribute controls focus.</p>
 
-  <p class=XXX>...</p>
+  <p>The <dfn id=dom-select-type title=dom-select-type><code>type</code></dfn>
+  attribute, on getting, must return the string "<code title="">select-one</code>" if the <code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> attribute is absent,
+  and the string "<code title="">select-multiple</code>" if the <code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> attribute is
+  present.</p>
 
   <!-- XXX
-  readonly attribute DOMString <span title="dom-select-type">type</span>;
-
   readonly attribute <span>HTMLOptionsCollection</span> <span title="dom-select-options">options</span>;
            attribute unsigned long <span title="dom-select-length">length</span>;
   [IndexGetter] <span>HTMLElement</span> <span title="dom-select-XXX9">XXX9</span>(in unsigned long index);
@@ -26362,6 +26363,8 @@
   void <span title="dom-select-remove">remove</span>(in long index);
   -->
 
+  <p class=XXX>...</p>
+
   <p>The <dfn id=dom-select-multiple title=dom-select-multiple><code>multiple</code></dfn>
   and <dfn id=dom-select-size title=dom-select-size><code>size</code></dfn> DOM
   attributes must <a href=#reflect>reflect</a> the respective content

Modified: source
===================================================================



More information about the Commit-Watchers mailing list