spec/Overview.html 1.1142 1951 Define window.top (whatwg r1951)

Define window.top (whatwg r1951)

fully active
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1142.html#fully
parent
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1142.html#parent0
WindowBrowsingContext
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1142.html#windowbrowsingcontext
top
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1142.html#top0

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1141&r2=1.1142&f=h
http://html5.org/tools/web-apps-tracker?from=1950&to=1951

===================================================================
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:31:44 UTC