- From: poot <cvsmail@w3.org>
- Date: Tue, 30 Dec 2008 10:01:11 +0900 (JST)
- To: public-html-diffs@w3.org
Mark .opener as [Replaceable]. Over time, more and more of these will be marked that way. (bug 5909) (whatwg r2620) http://www.w3.org/Bugs/Public/show_bug.cgi?id=5909 Window http://people.w3.org/mike/diffs/html5/spec/Overview.1.1790.html#window http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1789&r2=1.1790&f=h http://html5.org/tools/web-apps-tracker?from=2619&to=2620 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1789 retrieving revision 1.1790 diff -u -d -r1.1789 -r1.1790 --- Overview.html 30 Dec 2008 00:54:22 -0000 1.1789 +++ Overview.html 30 Dec 2008 00:58:32 -0000 1.1790 @@ -26929,7 +26929,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>();
Received on Tuesday, 30 December 2008 01:01:46 UTC