[html5] r3911 - [] (0) PropertyNodeList.contents should have been readonly.

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 19 15:00:45 PDT 2009


Author: ianh
Date: 2009-09-19 15:00:44 -0700 (Sat, 19 Sep 2009)
New Revision: 3911

Modified:
   index
   source
Log:
[] (0) PropertyNodeList.contents should have been readonly.

Modified: index
===================================================================
--- index	2009-09-19 21:14:56 UTC (rev 3910)
+++ index	2009-09-19 22:00:44 UTC (rev 3911)
@@ -5945,7 +5945,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>

Modified: source
===================================================================
--- source	2009-09-19 21:14:56 UTC (rev 3910)
+++ source	2009-09-19 22:00:44 UTC (rev 3911)
@@ -5762,7 +5762,7 @@
 typedef sequence<any> <dfn>PropertyValueArray</dfn>;
 
 interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {
-          attribute <span>PropertyValueArray</span> <span title="dom-PropertyNodeList-contents">contents</span>;
+  readonly attribute <span>PropertyValueArray</span> <span title="dom-PropertyNodeList-contents">contents</span>;
 };</pre>
 
   <dl class="domintro">




More information about the Commit-Watchers mailing list