Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Be more explicit about a document's browsing context is.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15548
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6967 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 6, 2012
1 parent 1d1c3c2 commit 54f33ed
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
6 changes: 5 additions & 1 deletion complete.html
Expand Up @@ -60769,7 +60769,11 @@ <h3 id=windows><span class=secno>6.1 </span>Browsing contexts</h3>
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>
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>

<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
Expand Down
6 changes: 5 additions & 1 deletion index
Expand Up @@ -60769,7 +60769,11 @@ END:VCARD</pre>
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>
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>

<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
Expand Down
7 changes: 6 additions & 1 deletion source
Expand Up @@ -71152,7 +71152,12 @@ END:VCARD</pre>
that <span>browsing context</span> has presented, is presenting, or
will present. At any time, one <code>Document</code> in each
<span>browsing context</span> is designated the <dfn>active
document</dfn>.</p>
document</dfn>. A <code>Document</code>'s <span>browsing
context</span> is that <span>browsing context</span> whose
<span>session history</span> contains the <code>Document</code>, if
any. (A <code>Document</code> created using an API such as <code
title="dom-DOMImplementation-createDocument">createDocument()</code>
has no <span>browsing context</span>.)</p>

<p>Each <code>Document</code> is associated with a
<code>Window</code> object. A <span>browsing context</span>'s
Expand Down

0 comments on commit 54f33ed

Please sign in to comment.