[html5] r1697 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sat May 24 02:36:31 PDT 2008
Author: ianh
Date: 2008-05-24 02:36:30 -0700 (Sat, 24 May 2008)
New Revision: 1697
Modified:
index
source
Log:
[ct] (0) ack the self-closing flag on isindex in order to avoid an extra error and to keep test cases and errors reported in conformance checker UI closer to each other (credit: hs)
Modified: index
===================================================================
--- index 2008-05-24 09:34:36 UTC (rev 1696)
+++ index 2008-05-24 09:36:30 UTC (rev 1697)
@@ -46683,6 +46683,14 @@
<p>Otherwise:</p>
+ <p><a href="#acknowledged" title="acknowledge self-closing
+ flag">Acknowledge the token's <i>self-closing flag</i></a>, if it is
+ set.</p>
+ <!--
+ purely to reduce the number of errors (we don't care if they
+ included the /, they're not supposed to be including the tag at
+ all! -->
+
<p>Act as if a start tag token with the tag name "form" had been seen.</p>
<p>If the token has an attribute called "action", set the <code
Modified: source
===================================================================
--- source 2008-05-24 09:34:36 UTC (rev 1696)
+++ source 2008-05-24 09:36:30 UTC (rev 1697)
@@ -43867,6 +43867,12 @@
<p>Otherwise:</p>
+ <p><span title="acknowledge self-closing flag">Acknowledge the
+ token's <i>self-closing flag</i></span>, if it is set.</p> <!--
+ purely to reduce the number of errors (we don't care if they
+ included the /, they're not supposed to be including the tag at
+ all! -->
+
<p>Act as if a start tag token with the tag name "form" had been seen.</p>
<p>If the token has an attribute called "action", set the
More information about the Commit-Watchers
mailing list