[html5] r8075 - [t] (0) Mention <template> in the infoset bit. Fixing https://www.w3.org/Bugs/Pu [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Jul 21 18:31:25 PDT 2013


Author: ianh
Date: 2013-07-21 18:31:24 -0700 (Sun, 21 Jul 2013)
New Revision: 8075

Modified:
   complete.html
   index
   source
Log:
[t] (0) Mention <template> in the infoset bit.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22742
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2013-07-21 16:12:13 UTC (rev 8074)
+++ complete.html	2013-07-22 01:31:24 UTC (rev 8075)
@@ -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 — Last Updated 21 July 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -93889,6 +93889,8 @@
    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=""><a::></code> start tag

Modified: index
===================================================================
--- index	2013-07-21 16:12:13 UTC (rev 8074)
+++ index	2013-07-22 01:31:24 UTC (rev 8075)
@@ -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 — Last Updated 21 July 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -93889,6 +93889,8 @@
    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=""><a::></code> start tag

Modified: source
===================================================================
--- source	2013-07-21 16:12:13 UTC (rev 8074)
+++ source	2013-07-22 01:31:24 UTC (rev 8075)
@@ -104889,6 +104889,8 @@
    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




More information about the Commit-Watchers mailing list