[html5] r7417 - [giow] (3) Missed a (minor) case of handling the /> talisman. Fixing https://www [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 27 16:27:36 PDT 2012
Author: ianh
Date: 2012-09-27 16:27:34 -0700 (Thu, 27 Sep 2012)
New Revision: 7417
Modified:
complete.html
index
source
Log:
[giow] (3) Missed a (minor) case of handling the /> talisman.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17852
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2012-09-27 23:14:24 UTC (rev 7416)
+++ complete.html 2012-09-27 23:27:34 UTC (rev 7417)
@@ -94527,6 +94527,9 @@
<p>Pop that <code><a href=#the-input-element>input</a></code> element off the <a href=#stack-of-open-elements>stack of
open elements</a>.</p>
+ <p><a href=#acknowledge-self-closing-flag title="acknowledge self-closing flag">Acknowledge the
+ token's <i>self-closing flag</i></a>, if it is set.</p>
+
</dd>
<dt>A start tag whose tag name is "form"</dt>
Modified: index
===================================================================
--- index 2012-09-27 23:14:24 UTC (rev 7416)
+++ index 2012-09-27 23:27:34 UTC (rev 7417)
@@ -94527,6 +94527,9 @@
<p>Pop that <code><a href=#the-input-element>input</a></code> element off the <a href=#stack-of-open-elements>stack of
open elements</a>.</p>
+ <p><a href=#acknowledge-self-closing-flag title="acknowledge self-closing flag">Acknowledge the
+ token's <i>self-closing flag</i></a>, if it is set.</p>
+
</dd>
<dt>A start tag whose tag name is "form"</dt>
Modified: source
===================================================================
--- source 2012-09-27 23:14:24 UTC (rev 7416)
+++ source 2012-09-27 23:27:34 UTC (rev 7417)
@@ -109554,6 +109554,9 @@
<p>Pop that <code>input</code> element off the <span>stack of
open elements</span>.</p>
+ <p><span title="acknowledge self-closing flag">Acknowledge the
+ token's <i>self-closing flag</i></span>, if it is set.</p>
+
</dd>
<dt>A start tag whose tag name is "form"</dt>
More information about the Commit-Watchers
mailing list