Skip to content

Commit

Permalink
[t] (0) Mention <template> in the infoset bit.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22742
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8075 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 22, 2013
1 parent 954892d commit 0c84683
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -256,7 +256,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 21 July 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 22 July 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -93889,6 +93889,8 @@ <h4 id=coercing-an-html-dom-into-an-infoset><span class=secno>12.2.7 </span>Coer
their nearest <code><a href=#the-form-element>form</a></code> element ancestor (use of the
<a href=#form-element-pointer><code>form</code> element pointer</a> in the parser)</li>

<li>The <a href=#template-contents>template contents</a> of any <code><a href=#the-template-element>template</a></code>

</ul><p class=note>The mutations allowed by this section apply
<em>after</em> the <a href=#html-parser>HTML parser</a>'s rules have been
applied. For example, a <code title="">&lt;a::&gt;</code> start tag
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -256,7 +256,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 21 July 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 22 July 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -93889,6 +93889,8 @@ document.body.appendChild(text);
their nearest <code><a href=#the-form-element>form</a></code> element ancestor (use of the
<a href=#form-element-pointer><code>form</code> element pointer</a> in the parser)</li>

<li>The <a href=#template-contents>template contents</a> of any <code><a href=#the-template-element>template</a></code>

</ul><p class=note>The mutations allowed by this section apply
<em>after</em> the <a href=#html-parser>HTML parser</a>'s rules have been
applied. For example, a <code title="">&lt;a::&gt;</code> start tag
Expand Down
2 changes: 2 additions & 0 deletions source
Expand Up @@ -104889,6 +104889,8 @@ document.body.appendChild(text);
their nearest <code>form</code> element ancestor (use of the
<span><code>form</code> element pointer</span> in the parser)</li>

<li>The <span>template contents</span> of any <code>template</code elements.</li>

</ul>

<p class="note">The mutations allowed by this section apply
Expand Down

0 comments on commit 0c84683

Please sign in to comment.