Bugzilla – Bug 615
Make < in attribute names a parse error.
Last modified: 2011-05-19 15:59:12 CEST
Index: source =================================================================== --- source (revision 3353) +++ source (revision 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>