[html5] r8179 - [cgiowt] (3) Have </head><template></template> go in the <head> for consistency [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 12 13:25:25 PDT 2013
Author: ianh
Date: 2013-09-12 13:25:24 -0700 (Thu, 12 Sep 2013)
New Revision: 8179
Modified:
complete.html
index
source
Log:
[cgiowt] (3) Have </head><template></template> go in the <head> for consistency with other elements.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23002
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2013-09-12 20:04:40 UTC (rev 8178)
+++ complete.html 2013-09-12 20:25:24 UTC (rev 8179)
@@ -90215,7 +90215,7 @@
</dd>
<dt>A start tag whose tag name is one of: "base", "basefont", "bgsound", "link", "meta",
- "noframes", "script", "style", "title"</dt>
+ "noframes", "script", "style", "template", "title"</dt>
<dd>
<p><a href=#parse-error>Parse error</a>.</p>
@@ -90227,13 +90227,20 @@
head">in head</a>" <a href=#insertion-mode>insertion mode</a>.</p>
<p>Remove the node pointed to by the <a href=#head-element-pointer><code title="">head</code> element pointer</a>
- from the <a href=#stack-of-open-elements>stack of open elements</a>.</p>
+ from the <a href=#stack-of-open-elements>stack of open elements</a>. (It might not be the <a href=#current-node>current node</a> at
+ this point.)</p>
<p class=note>The <a href=#head-element-pointer><code title="">head</code> element pointer</a> cannot be null at
this point.</p>
</dd>
+ <dt>An end tag whose tag name is "template"</dt>
+ <dd>
+ <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in
+ head">in head</a>" <a href=#insertion-mode>insertion mode</a>.</p>
+ </dd>
+
<dt>An end tag whose tag name is one of: "body", "html", "br"</dt>
<dd>
<p>Act as described in the "anything else" entry below.</p>
Modified: index
===================================================================
--- index 2013-09-12 20:04:40 UTC (rev 8178)
+++ index 2013-09-12 20:25:24 UTC (rev 8179)
@@ -90215,7 +90215,7 @@
</dd>
<dt>A start tag whose tag name is one of: "base", "basefont", "bgsound", "link", "meta",
- "noframes", "script", "style", "title"</dt>
+ "noframes", "script", "style", "template", "title"</dt>
<dd>
<p><a href=#parse-error>Parse error</a>.</p>
@@ -90227,13 +90227,20 @@
head">in head</a>" <a href=#insertion-mode>insertion mode</a>.</p>
<p>Remove the node pointed to by the <a href=#head-element-pointer><code title="">head</code> element pointer</a>
- from the <a href=#stack-of-open-elements>stack of open elements</a>.</p>
+ from the <a href=#stack-of-open-elements>stack of open elements</a>. (It might not be the <a href=#current-node>current node</a> at
+ this point.)</p>
<p class=note>The <a href=#head-element-pointer><code title="">head</code> element pointer</a> cannot be null at
this point.</p>
</dd>
+ <dt>An end tag whose tag name is "template"</dt>
+ <dd>
+ <p>Process the token <a href=#using-the-rules-for>using the rules for</a> the "<a href=#parsing-main-inhead title="insertion mode: in
+ head">in head</a>" <a href=#insertion-mode>insertion mode</a>.</p>
+ </dd>
+
<dt>An end tag whose tag name is one of: "body", "html", "br"</dt>
<dd>
<p>Act as described in the "anything else" entry below.</p>
Modified: source
===================================================================
--- source 2013-09-12 20:04:40 UTC (rev 8178)
+++ source 2013-09-12 20:25:24 UTC (rev 8179)
@@ -100805,7 +100805,7 @@
</dd>
<dt>A start tag whose tag name is one of: "base", "basefont", "bgsound", "link", "meta",
- "noframes", "script", "style", "title"</dt>
+ "noframes", "script", "style", "template", "title"</dt>
<dd>
<p><span>Parse error</span>.</p>
@@ -100817,13 +100817,20 @@
head">in head</span>" <span>insertion mode</span>.</p>
<p>Remove the node pointed to by the <span><code title="">head</code> element pointer</span>
- from the <span>stack of open elements</span>.</p>
+ from the <span>stack of open elements</span>. (It might not be the <span>current node</span> at
+ this point.)</p>
<p class="note">The <span><code title="">head</code> element pointer</span> cannot be null at
this point.</p>
</dd>
+ <dt>An end tag whose tag name is "template"</dt>
+ <dd>
+ <p>Process the token <span>using the rules for</span> the "<span title="insertion mode: in
+ head">in head</span>" <span>insertion mode</span>.</p>
+ </dd>
+
<dt>An end tag whose tag name is one of: "body", "html", "br"</dt>
<dd>
<p>Act as described in the "anything else" entry below.</p>
More information about the Commit-Watchers
mailing list