Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) WF2: select.type
git-svn-id: http://svn.whatwg.org/webapps@2287 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 6, 2008
1 parent d83d71d commit 3e613f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
11 changes: 7 additions & 4 deletions index
Expand Up @@ -26279,7 +26279,7 @@ function AddCloud(data, x, y) { ... }</pre>
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>;
Expand Down Expand Up @@ -26345,11 +26345,12 @@ function AddCloud(data, x, y) { ... }</pre>
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);
Expand All @@ -26362,6 +26363,8 @@ function AddCloud(data, x, y) { ... }</pre>
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
Expand Down
12 changes: 9 additions & 3 deletions source
Expand Up @@ -29457,11 +29457,15 @@ function AddCloud(data, x, y) { ... }</pre>
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);
Expand All @@ -29474,6 +29478,8 @@ function AddCloud(data, x, y) { ... }</pre>
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
Expand Down

0 comments on commit 3e613f1

Please sign in to comment.