[html5] r1685 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri May 23 02:07:29 PDT 2008
Author: ianh
Date: 2008-05-23 02:07:29 -0700 (Fri, 23 May 2008)
New Revision: 1685
Modified:
index
source
Log:
[ct] (0) Reduce the number of errors in truncated doctypes
Modified: index
===================================================================
--- index 2008-05-23 08:42:58 UTC (rev 1684)
+++ index 2008-05-23 09:07:29 UTC (rev 1685)
@@ -44217,8 +44217,8 @@
<dt>EOF
- <dd><a href="#parse1">Parse error</a>. Emit the DOCTYPE token. Reconsume
- the EOF character in the <a href="#data-state">data state</a>.
+ <dd>Emit the DOCTYPE token. Reconsume the EOF character in the <a
+ href="#data-state">data state</a>.
<dt>Anything else
Modified: source
===================================================================
--- source 2008-05-23 08:42:58 UTC (rev 1684)
+++ source 2008-05-23 09:07:29 UTC (rev 1685)
@@ -41730,8 +41730,8 @@
state</span>.</dd>
<dt>EOF</dt>
- <dd><span>Parse error</span>. Emit the DOCTYPE token. Reconsume
- the EOF character in the <span>data state</span>.</dd>
+ <dd>Emit the DOCTYPE token. Reconsume the EOF character in the
+ <span>data state</span>.</dd>
<dt>Anything else</dt>
<dd>Stay in the <span>bogus DOCTYPE state</span>.</dd>
More information about the Commit-Watchers
mailing list