[html5] r6967 - [e] (0) Be more explicit about a document's browsing context is. Fixing https:// [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 6 15:16:07 PST 2012


Author: ianh
Date: 2012-02-06 15:16:05 -0800 (Mon, 06 Feb 2012)
New Revision: 6967

Modified:
   complete.html
   index
   source
Log:
[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

Modified: complete.html
===================================================================
--- complete.html	2012-02-06 22:54:35 UTC (rev 6966)
+++ complete.html	2012-02-06 23:16:05 UTC (rev 6967)
@@ -60769,7 +60769,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>
+  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

Modified: index
===================================================================
--- index	2012-02-06 22:54:35 UTC (rev 6966)
+++ index	2012-02-06 23:16:05 UTC (rev 6967)
@@ -60769,7 +60769,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>
+  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

Modified: source
===================================================================
--- source	2012-02-06 22:54:35 UTC (rev 6966)
+++ source	2012-02-06 23:16:05 UTC (rev 6967)
@@ -71152,7 +71152,12 @@
   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




More information about the Commit-Watchers mailing list