[html5] r6453 - [] (0) consistency with HTMLOptionsCollection Fixing http://www.w3.org/Bugs/Publ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Aug 14 21:09:07 PDT 2011
Author: ianh
Date: 2011-08-14 21:09:05 -0700 (Sun, 14 Aug 2011)
New Revision: 6453
Modified:
complete.html
index
source
Log:
[] (0) consistency with HTMLOptionsCollection
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12866
Modified: complete.html
===================================================================
--- complete.html 2011-08-15 03:53:19 UTC (rev 6452)
+++ complete.html 2011-08-15 04:09:05 UTC (rev 6453)
@@ -48621,8 +48621,8 @@
readonly attribute <a href=#htmloptionscollection>HTMLOptionsCollection</a> <a href=#dom-select-options title=dom-select-options>options</a>;
attribute unsigned long <a href=#dom-select-length title=dom-select-length>length</a>;
- getter any <a href=#dom-select-item title=dom-select-item>item</a>(in unsigned long index);
- any <a href=#dom-select-nameditem title=dom-select-namedItem>namedItem</a>(in DOMString name);
+ getter <a href=#element>Element</a> <a href=#dom-select-item title=dom-select-item>item</a>(in unsigned long index);
+ object <a href=#dom-select-nameditem title=dom-select-namedItem>namedItem</a>(in DOMString name);
void <a href=#dom-select-add title=dom-select-add>add</a>(in <a href=#htmloptionelement>HTMLOptionElement</a> element, in optional <a href=#htmlelement>HTMLElement</a>? before);
void <a href=#dom-select-add title=dom-select-add>add</a>(in <a href=#htmloptgroupelement>HTMLOptGroupElement</a> element, in optional <a href=#htmlelement>HTMLElement</a>? before);
void <a href=#dom-select-add title=dom-select-add>add</a>(in <a href=#htmloptionelement>HTMLOptionElement</a> element, in long before);
Modified: index
===================================================================
--- index 2011-08-15 03:53:19 UTC (rev 6452)
+++ index 2011-08-15 04:09:05 UTC (rev 6453)
@@ -48488,8 +48488,8 @@
readonly attribute <a href=#htmloptionscollection>HTMLOptionsCollection</a> <a href=#dom-select-options title=dom-select-options>options</a>;
attribute unsigned long <a href=#dom-select-length title=dom-select-length>length</a>;
- getter any <a href=#dom-select-item title=dom-select-item>item</a>(in unsigned long index);
- any <a href=#dom-select-nameditem title=dom-select-namedItem>namedItem</a>(in DOMString name);
+ getter <a href=#element>Element</a> <a href=#dom-select-item title=dom-select-item>item</a>(in unsigned long index);
+ object <a href=#dom-select-nameditem title=dom-select-namedItem>namedItem</a>(in DOMString name);
void <a href=#dom-select-add title=dom-select-add>add</a>(in <a href=#htmloptionelement>HTMLOptionElement</a> element, in optional <a href=#htmlelement>HTMLElement</a>? before);
void <a href=#dom-select-add title=dom-select-add>add</a>(in <a href=#htmloptgroupelement>HTMLOptGroupElement</a> element, in optional <a href=#htmlelement>HTMLElement</a>? before);
void <a href=#dom-select-add title=dom-select-add>add</a>(in <a href=#htmloptionelement>HTMLOptionElement</a> element, in long before);
Modified: source
===================================================================
--- source 2011-08-15 03:53:19 UTC (rev 6452)
+++ source 2011-08-15 04:09:05 UTC (rev 6453)
@@ -54411,8 +54411,8 @@
readonly attribute <span>HTMLOptionsCollection</span> <span title="dom-select-options">options</span>;
attribute unsigned long <span title="dom-select-length">length</span>;
- getter any <span title="dom-select-item">item</span>(in unsigned long index);
- any <span title="dom-select-namedItem">namedItem</span>(in DOMString name);
+ getter <span>Element</span> <span title="dom-select-item">item</span>(in unsigned long index);
+ object <span title="dom-select-namedItem">namedItem</span>(in DOMString name);
void <span title="dom-select-add">add</span>(in <span>HTMLOptionElement</span> element, in optional <span>HTMLElement</span>? before);
void <span title="dom-select-add">add</span>(in <span>HTMLOptGroupElement</span> element, in optional <span>HTMLElement</span>? before);
void <span title="dom-select-add">add</span>(in <span>HTMLOptionElement</span> element, in long before);
More information about the Commit-Watchers
mailing list