[html5] r8319 - [giow] (3) Make the default about:blank doc have a <head> Fixing https://www.w3. [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 2 12:22:24 PST 2013


Author: ianh
Date: 2013-12-02 12:22:21 -0800 (Mon, 02 Dec 2013)
New Revision: 8319

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Make the default about:blank doc have a <head>
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23941
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-12-02 20:20:46 UTC (rev 8318)
+++ complete.html	2013-12-02 20:22:21 UTC (rev 8319)
@@ -63601,7 +63601,7 @@
   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, 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=#the-html-element>html</a></code> node, which itself has two empty child nodes: a <code><a href=#the-head-element>head</a></code> element, and a <code><a href=#the-body-element>body</a></code> element. 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
   the <a href=#browsing-context>browsing context</a>'s <code><a href=#document>Document</a></code>'s <a href="#the-document's-referrer" title="the document's

Modified: index
===================================================================
--- index	2013-12-02 20:20:46 UTC (rev 8318)
+++ index	2013-12-02 20:22:21 UTC (rev 8319)
@@ -63601,7 +63601,7 @@
   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, 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=#the-html-element>html</a></code> node, which itself has two empty child nodes: a <code><a href=#the-head-element>head</a></code> element, and a <code><a href=#the-body-element>body</a></code> element. 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
   the <a href=#browsing-context>browsing context</a>'s <code><a href=#document>Document</a></code>'s <a href="#the-document's-referrer" title="the document's

Modified: source
===================================================================
--- source	2013-12-02 20:20:46 UTC (rev 8318)
+++ source	2013-12-02 20:22:21 UTC (rev 8319)
@@ -70744,7 +70744,7 @@
   encoding</span> is UTF-8, and which is both <span>ready for post-load tasks</span> and
   <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>html</code> node, which itself has two empty child nodes: a <code>head</code> element, and a <code>body</code> element. 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
   the <span>browsing context</span>'s <code>Document</code>'s <span data-x="the document's




More information about the Commit-Watchers mailing list