html5/spec Overview.html,1.5561,1.5562

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6107

Modified Files:
	Overview.html 
Log Message:
Be more explicit about a document's browsing context is. (whatwg r6967)

Index: Overview.html
===================================================================
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:18:26 UTC