Make < in attribute names a parse error. (whatwg r3354)

Make < in attribute names a parse error. (whatwg r3354)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2491&r2=1.2492&f=h
http://html5.org/tools/web-apps-tracker?from=3353&to=3354

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2491
retrieving revision 1.2492
diff -u -d -r1.2491 -r1.2492
--- Overview.html 2 Jul 2009 04:45:30 -0000 1.2491
+++ Overview.html 2 Jul 2009 04:48:45 -0000 1.2492
@@ -54323,6 +54323,7 @@
 
    <dt>U+0022 QUOTATION MARK (")</dt>
    <dt>U+0027 APOSTROPHE (')</dt>
+   <dt>U+003C LESS-THAN SIGN (&lt;)</dt>
    <dt>U+003D EQUALS SIGN (=)</dt>
    <dd><a href="#parse-error">Parse error</a>. Treat it as per the "anything else"
    entry below.</dd>
@@ -54366,6 +54367,7 @@
 
    <dt>U+0022 QUOTATION MARK (")</dt>
    <dt>U+0027 APOSTROPHE (')</dt>
+   <dt>U+003C LESS-THAN SIGN (&lt;)</dt>
    <dd><a href="#parse-error">Parse error</a>. Treat it as per the "anything else"
    entry below.</dd>
 
@@ -54416,6 +54418,7 @@
 
    <dt>U+0022 QUOTATION MARK (")</dt>
    <dt>U+0027 APOSTROPHE (')</dt>
+   <dt>U+003C LESS-THAN SIGN (&lt;)</dt>
    <dd><a href="#parse-error">Parse error</a>. Treat it as per the "anything else"
    entry below.</dd>

Received on Thursday, 2 July 2009 04:49:44 UTC