- From: poot <cvsmail@w3.org>
- Date: Sun, 20 Sep 2009 06:54:53 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: PropertyNodeList.contents should have been readonly. (whatwg r3911) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3072&r2=1.3073&f=h http://html5.org/tools/web-apps-tracker?from=3910&to=3911 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3072 retrieving revision 1.3073 diff -u -d -r1.3072 -r1.3073 --- Overview.html 19 Sep 2009 21:08:32 -0000 1.3072 +++ Overview.html 19 Sep 2009 21:54:19 -0000 1.3073 @@ -5388,7 +5388,7 @@ typedef sequence<any> <dfn id="propertyvaluearray">PropertyValueArray</dfn>; interface <dfn id="propertynodelist">PropertyNodeList</dfn> : <span>NodeList</span> { - attribute <a href="#propertyvaluearray">PropertyValueArray</a> <a href="#dom-propertynodelist-contents" title="dom-PropertyNodeList-contents">contents</a>; + readonly attribute <a href="#propertyvaluearray">PropertyValueArray</a> <a href="#dom-propertynodelist-contents" title="dom-PropertyNodeList-contents">contents</a>; };</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLPropertyCollection-length"><a href="#dom-htmlpropertycollection-length">length</a></code></dt> <dd> <p>Returns the number of elements in the collection.</p>
Received on Saturday, 19 September 2009 21:55:29 UTC