Skip to content

Commit

Permalink
[cgiowt] (2) <span ===> is now a parse error.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1292 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 2, 2008
1 parent 6d34946 commit ce4736f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=working>Working Draft &mdash; 29 February
2008</h2>
<h2 class="no-num no-toc" id=working>Working Draft &mdash; 2 March 2008</h2>

<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
Expand Down Expand Up @@ -38962,6 +38961,13 @@ function receiver(e) {
href="#permitted">permitted slash</a>. Stay in the <a
href="#before">before attribute name state</a>.

<dt>U+003D EQUALS SIGN (=)

<dd><a href="#parse0">Parse error</a>. Start a new attribute in the
current tag token. Set that attribute's name to the current input
character, and its value to the empty string. Switch to the <a
href="#attribute1">attribute name state</a>.

<dt>EOF

<dd><a href="#parse0">Parse error</a>. Emit the current tag token.
Expand Down
6 changes: 6 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -36518,6 +36518,12 @@ function receiver(e) {
slash</span>. Stay in the <span>before attribute name
state</span>.</dd>

<dt>U+003D EQUALS SIGN (=)</dt>
<dd><span>Parse error</span>. Start a new attribute in the
current tag token. Set that attribute's name to the current input
character, and its value to the empty string. Switch to the
<span>attribute name state</span>.</dd>

<dt>EOF</dt>
<dd><span>Parse error</span>. Emit the current tag
token. Reconsume the EOF character in the <span>data
Expand Down

0 comments on commit ce4736f

Please sign in to comment.