[html5] r1225 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 14 10:33:23 PST 2008
Author: ianh
Date: 2008-02-14 10:33:19 -0800 (Thu, 14 Feb 2008)
New Revision: 1225
Modified:
index
source
Log:
[cit] (2) DOCTYPE parsing change: '>' can close a DOCTYPE even in the quoted parts
Modified: index
===================================================================
--- index 2008-02-14 07:18:15 UTC (rev 1224)
+++ index 2008-02-14 18:33:19 UTC (rev 1225)
@@ -39163,6 +39163,12 @@
<dd>Switch to the <a href="#after1">after DOCTYPE public identifier
state</a>.
+ <dt>U+003E GREATER-THAN SIGN (>)
+
+ <dd><a href="#parse0">Parse error</a>. Set the DOCTYPE token's
+ correctness flag to <i>incorrect</i>. Emit that DOCTYPE token. Switch
+ to the <a href="#data-state">data state</a>.
+
<dt>EOF
<dd><a href="#parse0">Parse error</a>. Set the DOCTYPE token's
@@ -39188,6 +39194,12 @@
<dd>Switch to the <a href="#after1">after DOCTYPE public identifier
state</a>.
+ <dt>U+003E GREATER-THAN SIGN (>)
+
+ <dd><a href="#parse0">Parse error</a>. Set the DOCTYPE token's
+ correctness flag to <i>incorrect</i>. Emit that DOCTYPE token. Switch
+ to the <a href="#data-state">data state</a>.
+
<dt>EOF
<dd><a href="#parse0">Parse error</a>. Set the DOCTYPE token's
@@ -39314,6 +39326,12 @@
<dd>Switch to the <a href="#after2">after DOCTYPE system identifier
state</a>.
+ <dt>U+003E GREATER-THAN SIGN (>)
+
+ <dd><a href="#parse0">Parse error</a>. Set the DOCTYPE token's
+ correctness flag to <i>incorrect</i>. Emit that DOCTYPE token. Switch
+ to the <a href="#data-state">data state</a>.
+
<dt>EOF
<dd><a href="#parse0">Parse error</a>. Set the DOCTYPE token's
@@ -39339,6 +39357,12 @@
<dd>Switch to the <a href="#after2">after DOCTYPE system identifier
state</a>.
+ <dt>U+003E GREATER-THAN SIGN (>)
+
+ <dd><a href="#parse0">Parse error</a>. Set the DOCTYPE token's
+ correctness flag to <i>incorrect</i>. Emit that DOCTYPE token. Switch
+ to the <a href="#data-state">data state</a>.
+
<dt>EOF
<dd><a href="#parse0">Parse error</a>. Set the DOCTYPE token's
Modified: source
===================================================================
--- source 2008-02-14 07:18:15 UTC (rev 1224)
+++ source 2008-02-14 18:33:19 UTC (rev 1225)
@@ -36566,6 +36566,11 @@
<dt>U+0022 QUOTATION MARK (")</dt>
<dd>Switch to the <span>after DOCTYPE public identifier state</span>.</dd>
+ <dt>U+003E GREATER-THAN SIGN (>)</dt>
+ <dd><span>Parse error</span>. Set the DOCTYPE token's correctness
+ flag to <i>incorrect</i>. Emit that DOCTYPE token. Switch to the
+ <span>data state</span>.</dd>
+
<dt>EOF</dt>
<dd><span>Parse error</span>. Set the DOCTYPE token's correctness
flag to <i>incorrect</i>. Emit that DOCTYPE token. Reconsume the
@@ -36591,6 +36596,11 @@
<dt>U+0027 APOSTROPHE (')</dt>
<dd>Switch to the <span>after DOCTYPE public identifier state</span>.</dd>
+ <dt>U+003E GREATER-THAN SIGN (>)</dt>
+ <dd><span>Parse error</span>. Set the DOCTYPE token's correctness
+ flag to <i>incorrect</i>. Emit that DOCTYPE token. Switch to the
+ <span>data state</span>.</dd>
+
<dt>EOF</dt>
<dd><span>Parse error</span>. Set the DOCTYPE token's correctness
flag to <i>incorrect</i>. Emit that DOCTYPE token. Reconsume the
@@ -36703,6 +36713,11 @@
<dt>U+0022 QUOTATION MARK (")</dt>
<dd>Switch to the <span>after DOCTYPE system identifier state</span>.</dd>
+ <dt>U+003E GREATER-THAN SIGN (>)</dt>
+ <dd><span>Parse error</span>. Set the DOCTYPE token's correctness
+ flag to <i>incorrect</i>. Emit that DOCTYPE token. Switch to the
+ <span>data state</span>.</dd>
+
<dt>EOF</dt>
<dd><span>Parse error</span>. Set the DOCTYPE token's correctness
flag to <i>incorrect</i>. Emit that DOCTYPE token. Reconsume the
@@ -36728,6 +36743,11 @@
<dt>U+0027 APOSTROPHE (')</dt>
<dd>Switch to the <span>after DOCTYPE system identifier state</span>.</dd>
+ <dt>U+003E GREATER-THAN SIGN (>)</dt>
+ <dd><span>Parse error</span>. Set the DOCTYPE token's correctness
+ flag to <i>incorrect</i>. Emit that DOCTYPE token. Switch to the
+ <span>data state</span>.</dd>
+
<dt>EOF</dt>
<dd><span>Parse error</span>. Set the DOCTYPE token's correctness
flag to <i>incorrect</i>. Emit that DOCTYPE token. Reconsume the
More information about the Commit-Watchers
mailing list