- From: poot <cvsmail@w3.org>
- Date: Mon, 06 Feb 2012 18:18:32 -0500
- To: public-html-diffs@w3.org
hixie: Be more explicit about a document's browsing context is. (whatwg r6967) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5561&r2=1.5562&f=h http://html5.org/tools/web-apps-tracker?from=6966&to=6967 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5561 retrieving revision 1.5562 diff -u -d -r1.5561 -r1.5562 --- Overview.html 6 Feb 2012 22:54:41 -0000 1.5561 +++ Overview.html 6 Feb 2012 23:16:11 -0000 1.5562 @@ -45432,7 +45432,11 @@ that <a href="#browsing-context">browsing context</a> has presented, is presenting, or will present. At any time, one <code><a href="#document">Document</a></code> in each <a href="#browsing-context">browsing context</a> is designated the <dfn id="active-document">active - document</dfn>.<p>Each <code><a href="#document">Document</a></code> is associated with a + document</dfn>. A <code><a href="#document">Document</a></code>'s <a href="#browsing-context">browsing + context</a> is that <a href="#browsing-context">browsing context</a> whose + <a href="#session-history">session history</a> contains the <code><a href="#document">Document</a></code>, if + any. (A <code><a href="#document">Document</a></code> created using an API such as <code title="dom-DOMImplementation-createDocument"><a href="#dom-domimplementation-createdocument">createDocument()</a></code> + has no <a href="#browsing-context">browsing context</a>.)<p>Each <code><a href="#document">Document</a></code> is associated with a <code><a href="#window">Window</a></code> object. A <a href="#browsing-context">browsing context</a>'s <code><a href="#windowproxy">WindowProxy</a></code> object forwards everything to the <a href="#browsing-context">browsing context</a>'s <a href="#active-document">active document</a>'s
Received on Monday, 6 February 2012 23:20:18 UTC