[html5] r8337 - [cgiowt] (1) innerHTML on template contents works like outside templates, when i [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 9 13:17:23 PST 2013
Author: ianh
Date: 2013-12-09 13:17:21 -0800 (Mon, 09 Dec 2013)
New Revision: 8337
Modified:
complete.html
index
source
Log:
[cgiowt] (1) innerHTML on template contents works like outside templates, when it comes to forms.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24017
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2013-12-07 01:22:36 UTC (rev 8336)
+++ complete.html 2013-12-09 21:17:21 UTC (rev 8337)
@@ -298,7 +298,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 7 December 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 December 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>
@@ -92903,12 +92903,11 @@
<li>
- <p>If neither the <var title=concept-frag-parse-context><a href=#concept-frag-parse-context>context</a></var> element nor any of
- its ancestors are <code><a href=#the-template-element>template</a></code> elements, then set the parser's
+<!--CLEANUP-->
+ <p>Set the parser's
<a href=#form-element-pointer><code>form</code> element pointer</a> to the nearest node to the <var title=concept-frag-parse-context><a href=#concept-frag-parse-context>context</a></var> element that is a <code><a href=#the-form-element>form</a></code> element
(going straight up the ancestor chain, and including the element itself, if it is a
- <code><a href=#the-form-element>form</a></code> element), if any. (If there is no such <code><a href=#the-form-element>form</a></code> element, or if
- there's a <code><a href=#the-template-element>template</a></code> element in the ancestor chain, the <a href=#form-element-pointer><code>form</code>
+ <code><a href=#the-form-element>form</a></code> element), if any. (If there is no such <code><a href=#the-form-element>form</a></code> element, the <a href=#form-element-pointer><code>form</code>
element pointer</a> keeps its initial value, null.)</p>
</li>
Modified: index
===================================================================
--- index 2013-12-07 01:22:36 UTC (rev 8336)
+++ index 2013-12-09 21:17:21 UTC (rev 8337)
@@ -298,7 +298,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 7 December 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 December 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>
@@ -92903,12 +92903,11 @@
<li>
- <p>If neither the <var title=concept-frag-parse-context><a href=#concept-frag-parse-context>context</a></var> element nor any of
- its ancestors are <code><a href=#the-template-element>template</a></code> elements, then set the parser's
+<!--CLEANUP-->
+ <p>Set the parser's
<a href=#form-element-pointer><code>form</code> element pointer</a> to the nearest node to the <var title=concept-frag-parse-context><a href=#concept-frag-parse-context>context</a></var> element that is a <code><a href=#the-form-element>form</a></code> element
(going straight up the ancestor chain, and including the element itself, if it is a
- <code><a href=#the-form-element>form</a></code> element), if any. (If there is no such <code><a href=#the-form-element>form</a></code> element, or if
- there's a <code><a href=#the-template-element>template</a></code> element in the ancestor chain, the <a href=#form-element-pointer><code>form</code>
+ <code><a href=#the-form-element>form</a></code> element), if any. (If there is no such <code><a href=#the-form-element>form</a></code> element, the <a href=#form-element-pointer><code>form</code>
element pointer</a> keeps its initial value, null.)</p>
</li>
Modified: source
===================================================================
--- source 2013-12-07 01:22:36 UTC (rev 8336)
+++ source 2013-12-09 21:17:21 UTC (rev 8337)
@@ -103498,13 +103498,12 @@
<li>
- <p>If neither the <var data-x="concept-frag-parse-context">context</var> element nor any of
- its ancestors are <code>template</code> elements, then set the parser's
+<!--CLEANUP-->
+ <p>Set the parser's
<span><code>form</code> element pointer</span> to the nearest node to the <var
data-x="concept-frag-parse-context">context</var> element that is a <code>form</code> element
(going straight up the ancestor chain, and including the element itself, if it is a
- <code>form</code> element), if any. (If there is no such <code>form</code> element, or if
- there's a <code>template</code> element in the ancestor chain, the <span><code>form</code>
+ <code>form</code> element), if any. (If there is no such <code>form</code> element, the <span><code>form</code>
element pointer</span> keeps its initial value, null.)</p>
</li>
More information about the Commit-Watchers
mailing list