- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Dec 2008 00:58:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv25840 Modified Files: Overview.html Log Message: Mark .opener as [Replaceable]. Over time, more and more of these will be marked that way. (bug 5909) (whatwg r2620) Index: Overview.html =================================================================== 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 00:58:43 UTC