Short URL: http://html5.org/r/2287
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2287 | WF2: select.type | 2008-10-06 10:31 |
Index: source
===================================================================
--- source (revision 2286)
+++ source (revision 2287)
@@ -29457,11 +29457,15 @@
submitted. The <code title="attr-fe-autofocus">autofocus</code>
attribute controls focus.</p>
- <p class="XXX">...</p>
+ <p>The <dfn 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">multiple</code> attribute is absent,
+ and the string "<code title="">select-multiple</code>" if the <code
+ title="attr-select-multiple">multiple</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);
@@ -29474,6 +29478,8 @@
void <span title="dom-select-remove">remove</span>(in long index);
-->
+ <p class="XXX">...</p>
+
<p>The <dfn title="dom-select-multiple"><code>multiple</code></dfn>
and <dfn title="dom-select-size"><code>size</code></dfn> DOM
attributes must <span>reflect</span> the respective content