[html5] r1306 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sun Mar 2 14:46:37 PST 2008
Author: ianh
Date: 2008-03-02 14:46:33 -0800 (Sun, 02 Mar 2008)
New Revision: 1306
Modified:
index
source
Log:
[wt] (2) DOCTYPE parsing: Make trailing garbage after the SYSTEM identifier in a DOCTYPE not trigger quirks mode.
Modified: index
===================================================================
--- index 2008-03-02 22:42:33 UTC (rev 1305)
+++ index 2008-03-02 22:46:33 UTC (rev 1306)
@@ -39980,9 +39980,9 @@
<dt>Anything else
- <dd><a href="#parse0">Parse error</a>. Set the DOCTYPE token's
- correctness flag to <i>incorrect</i>. Switch to the <a
- href="#bogus0">bogus DOCTYPE state</a>.
+ <dd><a href="#parse0">Parse error</a>. Switch to the <a
+ href="#bogus0">bogus DOCTYPE state</a>. (This does <em>not</em> set the
+ DOCTYPE token's correctness flag to <i>incorrect</i>.)
</dl>
<dt><dfn id=bogus0>Bogus DOCTYPE state</dfn>
Modified: source
===================================================================
--- source 2008-03-02 22:42:33 UTC (rev 1305)
+++ source 2008-03-02 22:46:33 UTC (rev 1306)
@@ -37487,9 +37487,9 @@
EOF character in the <span>data state</span>.</dd>
<dt>Anything else</dt>
- <dd><span>Parse error</span>. Set the DOCTYPE token's correctness
- flag to <i>incorrect</i>. Switch to the <span>bogus DOCTYPE
- state</span>.</dd>
+ <dd><span>Parse error</span>. Switch to the <span>bogus DOCTYPE
+ state</span>. (This does <em>not</em> set the DOCTYPE token's
+ correctness flag to <i>incorrect</i>.)</dd>
</dl>
More information about the Commit-Watchers
mailing list