- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Jul 2008 01:27:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv26022 Modified Files: Overview.html Log Message: Define window.top (whatwg r1951) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1141 retrieving revision 1.1142 diff -u -d -r1.1141 -r1.1142 --- Overview.html 29 Jul 2008 21:54:09 -0000 1.1141 +++ Overview.html 30 Jul 2008 01:27:42 -0000 1.1142 @@ -27,7 +27,7 @@ for HTML and XHTML</h2> <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" --> - Editor's Draft <!--ZZZ-->29 July 2008</h2> + Editor's Draft <!--ZZZ-->30 July 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> @@ -175,7 +175,7 @@ <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is the W3C working group responsible for this specification's progress along - the W3C Recommendation track. <!--ZZZ:--> This specification is the 29 + the W3C Recommendation track. <!--ZZZ:--> This specification is the 30 July 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p> <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> <!-- relationship to other work (required) --> @@ -30885,6 +30885,14 @@ a <code title=attr-iframe-seamless><a href="#seamless">seamless</a></code> attribute. + <p>The <dfn id=top0 title=dom-top><code>top</code></dfn> DOM attribute on + the <code><a href="#window">Window</a></code> object of a <a + href="#browsing1">browsing context</a> <var title="">b</var> must return + the <code><a href="#window">Window</a></code> object of its <a + href="#top-level">top-level browsing context</a> (which would be its own + <code><a href="#window">Window</a></code> object if it was a <a + href="#top-level">top-level browsing context</a> itself). + <p>The <dfn id=parent0 title=dom-parent><code>parent</code></dfn> DOM attribute on the <code><a href="#window">Window</a></code> object of a <a href="#browsing1">browsing context</a> <var title="">b</var> must return @@ -31160,6 +31168,7 @@ readonly attribute <a href="#window">Window</a> <a href="#frames" title=dom-frames>frames</a>; readonly attribute unsigned long <a href="#length7" title=dom-length>length</a>; [IndexGetter] <a href="#window">Window</a> <a href="#xxx4index" title=dom-XXX4>XXX4</a>(in unsigned long index); <!-- XXX DOMB --> + readonly attribute <a href="#window">Window</a> <a href="#top0" title=dom-top>top</a>; readonly attribute <a href="#window">Window</a> <a href="#opener0" title=dom-opener>opener</a>; readonly attribute <a href="#window">Window</a> <a href="#parent0" title=dom-parent>parent</a>; <a href="#window">Window</a> <a href="#open2" title=dom-open>open</a>();
Received on Wednesday, 30 July 2008 01:28:19 UTC