[html5] r2620 - [e] (0) Mark .opener as [Replaceable]. Over time, more and more of these will be [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 29 16:58:27 PST 2008


Author: ianh
Date: 2008-12-29 16:58:26 -0800 (Mon, 29 Dec 2008)
New Revision: 2620

Modified:
   index
   source
Log:
[e] (0) Mark .opener as [Replaceable]. Over time, more and more of these will be marked that way. (bug 5909)

Modified: index
===================================================================
--- index	2008-12-30 00:54:18 UTC (rev 2619)
+++ index	2008-12-30 00:58:26 UTC (rev 2620)
@@ -33230,7 +33230,7 @@
   readonly attribute <a href=#window>Window</a> <a href=#dom-frames title=dom-frames>frames</a>;
   readonly attribute unsigned long <a href=#dom-length title=dom-length>length</a>;
   readonly attribute <a href=#window>Window</a> <a href=#dom-top title=dom-top>top</a>;
-  readonly attribute <a href=#window>Window</a> <a href=#dom-opener title=dom-opener>opener</a>;
+  [Replaceable] readonly attribute <a href=#window>Window</a> <a href=#dom-opener title=dom-opener>opener</a>;
   readonly attribute <a href=#window>Window</a> <a href=#dom-parent title=dom-parent>parent</a>;
   readonly attribute <span>Element</span> <a href=#dom-frameelement title=dom-frameElement>frameElement</a>;
   <a href=#window>Window</a> <a href=#dom-open title=dom-open>open</a>();

Modified: source
===================================================================
--- source	2008-12-30 00:54:18 UTC (rev 2619)
+++ source	2008-12-30 00:58:26 UTC (rev 2620)
@@ -37744,7 +37744,7 @@
   readonly attribute <span>Window</span> <span title="dom-frames">frames</span>;
   readonly attribute unsigned long <span title="dom-length">length</span>;
   readonly attribute <span>Window</span> <span title="dom-top">top</span>;
-  readonly attribute <span>Window</span> <span title="dom-opener">opener</span>;
+  [Replaceable] readonly attribute <span>Window</span> <span title="dom-opener">opener</span>;
   readonly attribute <span>Window</span> <span title="dom-parent">parent</span>;
   readonly attribute <span>Element</span> <span title="dom-frameElement">frameElement</span>;
   <span>Window</span> <span title="dom-open">open</span>();




More information about the Commit-Watchers mailing list