[html5] r2123 - [c] (1) Make <foo bar '> a parse error on the ', to match the syntax section. (c [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 29 02:15:27 PDT 2008
Author: ianh
Date: 2008-08-29 02:15:25 -0700 (Fri, 29 Aug 2008)
New Revision: 2123
Modified:
index
source
Log:
[c] (1) Make <foo bar '> a parse error on the ', to match the syntax section. (credit: hs)
Modified: index
===================================================================
--- index 2008-08-29 09:10:36 UTC (rev 2122)
+++ index 2008-08-29 09:15:25 UTC (rev 2123)
@@ -47847,6 +47847,13 @@
<dd>Switch to the <a href="#self-closing0">self-closing start tag
state</a>.
+ <dt>U+0022 QUOTATION MARK (")
+
+ <dt>U+0027 APOSTROPHE (')
+
+ <dd><a href="#parse2">Parse error</a>. Treat it as per the "anything else"
+ entry below.
+
<dt>EOF
<dd><a href="#parse2">Parse error</a>. Emit the current tag token.
Modified: source
===================================================================
--- source 2008-08-29 09:10:36 UTC (rev 2122)
+++ source 2008-08-29 09:15:25 UTC (rev 2123)
@@ -45188,6 +45188,11 @@
<dt>U+002F SOLIDUS (/)</dt>
<dd>Switch to the <span>self-closing start tag state</span>.</dd>
+ <dt>U+0022 QUOTATION MARK (")</dt>
+ <dt>U+0027 APOSTROPHE (')</dt>
+ <dd><span>Parse error</span>. Treat it as per the "anything else"
+ entry below.</dd>
+
<dt>EOF</dt>
<dd><span>Parse error</span>. Emit the current tag
token. Reconsume the EOF character in the <span>data
More information about the Commit-Watchers
mailing list