[html5] r3711 - [] (0) Mark some attributes as replaceable.

whatwg at whatwg.org whatwg at whatwg.org
Sun Aug 30 14:21:43 PDT 2009


Author: ianh
Date: 2009-08-30 14:21:42 -0700 (Sun, 30 Aug 2009)
New Revision: 3711

Modified:
   index
   source
Log:
[] (0) Mark some attributes as replaceable.

Modified: index
===================================================================
--- index	2009-08-30 20:23:08 UTC (rev 3710)
+++ index	2009-08-30 21:21:42 UTC (rev 3711)
@@ -46707,8 +46707,8 @@
   void <a href=#dom-window-blur title=dom-window-blur>blur</a>();
 
   // other browsing contexts
-  readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-frames title=dom-frames>frames</a>;
-  readonly attribute unsigned long <a href=#dom-length title=dom-length>length</a>;
+  [Replaceable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-frames title=dom-frames>frames</a>;
+  [Replaceable] readonly attribute unsigned long <a href=#dom-length title=dom-length>length</a>;
   readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-top title=dom-top>top</a>;
   [Replaceable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-opener title=dom-opener>opener</a>;
   readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-parent title=dom-parent>parent</a>;

Modified: source
===================================================================
--- source	2009-08-30 20:23:08 UTC (rev 3710)
+++ source	2009-08-30 21:21:42 UTC (rev 3711)
@@ -52809,8 +52809,8 @@
   void <span title="dom-window-blur">blur</span>();
 
   // other browsing contexts
-  readonly attribute <span>WindowProxy</span> <span title="dom-frames">frames</span>;
-  readonly attribute unsigned long <span title="dom-length">length</span>;
+  [Replaceable] readonly attribute <span>WindowProxy</span> <span title="dom-frames">frames</span>;
+  [Replaceable] readonly attribute unsigned long <span title="dom-length">length</span>;
   readonly attribute <span>WindowProxy</span> <span title="dom-top">top</span>;
   [Replaceable] readonly attribute <span>WindowProxy</span> <span title="dom-opener">opener</span>;
   readonly attribute <span>WindowProxy</span> <span title="dom-parent">parent</span>;




More information about the Commit-Watchers mailing list