Skip to content

Commit

Permalink
[giow] (3) Make the default about:blank doc have a <head>
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23941
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8319 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 2, 2013
1 parent ae22b7f commit c32769a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -63601,7 +63601,7 @@ <h3 id=windows><span class=secno>6.1 </span>Browsing contexts</h3>
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
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -63601,7 +63601,7 @@ END:VCARD</pre>
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
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -70744,7 +70744,7 @@ END:VCARD</pre>
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
Expand Down

0 comments on commit c32769a

Please sign in to comment.