- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Aug 2011 04:09:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11621
Modified Files:
Overview.html
Log Message:
consistency with HTMLOptionsCollection (whatwg r6453)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5153
retrieving revision 1.5154
diff -u -d -r1.5153 -r1.5154
--- Overview.html 15 Aug 2011 03:53:43 -0000 1.5153
+++ Overview.html 15 Aug 2011 04:09:30 -0000 1.5154
@@ -36659,8 +36659,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);
Received on Monday, 15 August 2011 04:09:39 UTC