Skip to content

Commit

Permalink
[cgt] (2) Make < in attribute names a parse error.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3354 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 2, 2009
1 parent 1256ddd commit 695af29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index
Expand Up @@ -60430,6 +60430,7 @@ interface <dfn id=messageport>MessagePort</dfn> {

<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>
Expand Down Expand Up @@ -60473,6 +60474,7 @@ interface <dfn id=messageport>MessagePort</dfn> {

<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>

Expand Down Expand Up @@ -60523,6 +60525,7 @@ interface <dfn id=messageport>MessagePort</dfn> {

<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>

Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -74207,6 +74207,7 @@ interface <dfn>MessagePort</dfn> {

<dt>U+0022 QUOTATION MARK (&quot;)</dt>
<dt>U+0027 APOSTROPHE (')</dt>
<dt>U+003C LESS-THAN SIGN (&lt;)</dt>
<dt>U+003D EQUALS SIGN (=)</dt>
<dd><span>Parse error</span>. Treat it as per the "anything else"
entry below.</dd>
Expand Down Expand Up @@ -74255,6 +74256,7 @@ interface <dfn>MessagePort</dfn> {

<dt>U+0022 QUOTATION MARK (&quot;)</dt>
<dt>U+0027 APOSTROPHE (')</dt>
<dt>U+003C LESS-THAN SIGN (&lt;)</dt>
<dd><span>Parse error</span>. Treat it as per the "anything else"
entry below.</dd>

Expand Down Expand Up @@ -74309,6 +74311,7 @@ interface <dfn>MessagePort</dfn> {

<dt>U+0022 QUOTATION MARK (&quot;)</dt>
<dt>U+0027 APOSTROPHE (')</dt>
<dt>U+003C LESS-THAN SIGN (&lt;)</dt>
<dd><span>Parse error</span>. Treat it as per the "anything else"
entry below.</dd>

Expand Down

0 comments on commit 695af29

Please sign in to comment.