[html5] r3354 - [cgt] (2) Make < in attribute names a parse error.

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 1 21:48:41 PDT 2009


Author: ianh
Date: 2009-07-01 21:48:40 -0700 (Wed, 01 Jul 2009)
New Revision: 3354

Modified:
   index
   source
Log:
[cgt] (2) Make < in attribute names a parse error.

Modified: index
===================================================================
--- index	2009-07-02 04:45:13 UTC (rev 3353)
+++ index	2009-07-02 04:48:40 UTC (rev 3354)
@@ -60430,6 +60430,7 @@
 
    <dt>U+0022 QUOTATION MARK (")</dt>
    <dt>U+0027 APOSTROPHE (')</dt>
+   <dt>U+003C LESS-THAN SIGN (<)</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>
@@ -60473,6 +60474,7 @@
 
    <dt>U+0022 QUOTATION MARK (")</dt>
    <dt>U+0027 APOSTROPHE (')</dt>
+   <dt>U+003C LESS-THAN SIGN (<)</dt>
    <dd><a href=#parse-error>Parse error</a>. Treat it as per the "anything else"
    entry below.</dd>
 
@@ -60523,6 +60525,7 @@
 
    <dt>U+0022 QUOTATION MARK (")</dt>
    <dt>U+0027 APOSTROPHE (')</dt>
+   <dt>U+003C LESS-THAN SIGN (<)</dt>
    <dd><a href=#parse-error>Parse error</a>. Treat it as per the "anything else"
    entry below.</dd>
 

Modified: source
===================================================================
--- source	2009-07-02 04:45:13 UTC (rev 3353)
+++ source	2009-07-02 04:48:40 UTC (rev 3354)
@@ -74207,6 +74207,7 @@
 
    <dt>U+0022 QUOTATION MARK (")</dt>
    <dt>U+0027 APOSTROPHE (')</dt>
+   <dt>U+003C LESS-THAN SIGN (<)</dt>
    <dt>U+003D EQUALS SIGN (=)</dt>
    <dd><span>Parse error</span>. Treat it as per the "anything else"
    entry below.</dd>
@@ -74255,6 +74256,7 @@
 
    <dt>U+0022 QUOTATION MARK (")</dt>
    <dt>U+0027 APOSTROPHE (')</dt>
+   <dt>U+003C LESS-THAN SIGN (<)</dt>
    <dd><span>Parse error</span>. Treat it as per the "anything else"
    entry below.</dd>
 
@@ -74309,6 +74311,7 @@
 
    <dt>U+0022 QUOTATION MARK (")</dt>
    <dt>U+0027 APOSTROPHE (')</dt>
+   <dt>U+003C LESS-THAN SIGN (<)</dt>
    <dd><span>Parse error</span>. Treat it as per the "anything else"
    entry below.</dd>
 




More information about the Commit-Watchers mailing list