html5/spec Overview.html,1.2491,1.2492

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5380

Modified Files:
	Overview.html 
Log Message:
Make < in attribute names a parse error. (whatwg r3354)

Index: Overview.html
===================================================================
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:48:58 UTC