[html5] r8318 - [giow] (3) Create a Window with the Document when you create a browsing context [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 2 12:20:48 PST 2013
Author: ianh
Date: 2013-12-02 12:20:46 -0800 (Mon, 02 Dec 2013)
New Revision: 8318
Modified:
complete.html
index
source
Log:
[giow] (3) Create a Window with the Document when you create a browsing context
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23957
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-12-02 20:07:06 UTC (rev 8317)
+++ complete.html 2013-12-02 20:20:46 UTC (rev 8318)
@@ -63593,12 +63593,14 @@
<div class=impl>
+<!--CLEANUP-->
<p>When a <a href=#browsing-context>browsing context</a> is first created, it must be created with a single
<code><a href=#document>Document</a></code> in its session history, whose <a href="#the-document's-address" title="the document's
address">address</a> is <code><a href=#about:blank>about:blank</a></code>, which is marked as being an <a href=#html-documents title="HTML
documents">HTML document</a>, whose <a href="#document's-character-encoding" title="document's character encoding">character
encoding</a> is UTF-8, and which is both <a href=#ready-for-post-load-tasks>ready for post-load tasks</a> and
- <a href=#completely-loaded>completely loaded</a> immediately. The <code><a href=#document>Document</a></code> must have a single child
+ <a href=#completely-loaded>completely loaded</a> immediately, along with a new <code><a href=#window>Window</a></code> object that
+ the <code><a href=#document>Document</a></code> is associated with. The <code><a href=#document>Document</a></code> must have a single child
<code><a href=#the-html-element>html</a></code> node, which itself has a single child <code><a href=#the-body-element>body</a></code> node. As soon as this
<code><a href=#document>Document</a></code> is created, the user agent must <a href=#implement-the-sandboxing>implement the sandboxing</a> for
it. If the <a href=#browsing-context>browsing context</a> has a <a href=#creator-document>creator <code>Document</code></a>, then
Modified: index
===================================================================
--- index 2013-12-02 20:07:06 UTC (rev 8317)
+++ index 2013-12-02 20:20:46 UTC (rev 8318)
@@ -63593,12 +63593,14 @@
<div class=impl>
+<!--CLEANUP-->
<p>When a <a href=#browsing-context>browsing context</a> is first created, it must be created with a single
<code><a href=#document>Document</a></code> in its session history, whose <a href="#the-document's-address" title="the document's
address">address</a> is <code><a href=#about:blank>about:blank</a></code>, which is marked as being an <a href=#html-documents title="HTML
documents">HTML document</a>, whose <a href="#document's-character-encoding" title="document's character encoding">character
encoding</a> is UTF-8, and which is both <a href=#ready-for-post-load-tasks>ready for post-load tasks</a> and
- <a href=#completely-loaded>completely loaded</a> immediately. The <code><a href=#document>Document</a></code> must have a single child
+ <a href=#completely-loaded>completely loaded</a> immediately, along with a new <code><a href=#window>Window</a></code> object that
+ the <code><a href=#document>Document</a></code> is associated with. The <code><a href=#document>Document</a></code> must have a single child
<code><a href=#the-html-element>html</a></code> node, which itself has a single child <code><a href=#the-body-element>body</a></code> node. As soon as this
<code><a href=#document>Document</a></code> is created, the user agent must <a href=#implement-the-sandboxing>implement the sandboxing</a> for
it. If the <a href=#browsing-context>browsing context</a> has a <a href=#creator-document>creator <code>Document</code></a>, then
Modified: source
===================================================================
--- source 2013-12-02 20:07:06 UTC (rev 8317)
+++ source 2013-12-02 20:20:46 UTC (rev 8318)
@@ -70736,12 +70736,14 @@
<div class="impl">
+<!--CLEANUP-->
<p>When a <span>browsing context</span> is first created, it must be created with a single
<code>Document</code> in its session history, whose <span data-x="the document's
address">address</span> is <code>about:blank</code>, which is marked as being an <span data-x="HTML
documents">HTML document</span>, whose <span data-x="document's character encoding">character
encoding</span> is UTF-8, and which is both <span>ready for post-load tasks</span> and
- <span>completely loaded</span> immediately. The <code>Document</code> must have a single child
+ <span>completely loaded</span> immediately, along with a new <code>Window</code> object that
+ the <code>Document</code> is associated with. The <code>Document</code> must have a single child
<code>html</code> node, which itself has a single child <code>body</code> node. As soon as this
<code>Document</code> is created, the user agent must <span>implement the sandboxing</span> for
it. If the <span>browsing context</span> has a <span>creator <code>Document</code></span>, then
More information about the Commit-Watchers
mailing list