Skip to content

Commit

Permalink
[e] (0) Forgot to correct the text when I copied-and-pasted it.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3196 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 5, 2009
1 parent 32bb24e commit caf1a59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions index
Expand Up @@ -60978,9 +60978,8 @@ interface <dfn id=messageport>MessagePort</dfn> {
<dt>U+000C FORM FEED (FF)</dt>
<!--<dt>U+000D CARRIAGE RETURN (CR)</dt>-->
<dt>U+0020 SPACE</dt>
<dd><a href=#parse-error>Parse error</a>. Append the input character to the
comment token's data. Switch to the <a href=#comment-end-space-state>comment end space
state</a>.</dd>
<dd>Append the input character to the comment token's data. Stay in
the <a href=#comment-end-space-state>comment end space state</a>.</dd>

<dt>EOF</dt>
<dd><a href=#parse-error>Parse error</a>. Emit the comment token. Reconsume
Expand Down
5 changes: 2 additions & 3 deletions source
Expand Up @@ -74827,9 +74827,8 @@ interface <dfn>MessagePort</dfn> {
<dt>U+000C FORM FEED (FF)</dt>
<!--<dt>U+000D CARRIAGE RETURN (CR)</dt>-->
<dt>U+0020 SPACE</dt>
<dd><span>Parse error</span>. Append the input character to the
comment token's data. Switch to the <span>comment end space
state</span>.</dd>
<dd>Append the input character to the comment token's data. Stay in
the <span>comment end space state</span>.</dd>

<dt>EOF</dt>
<dd><span>Parse error</span>. Emit the comment token. Reconsume
Expand Down

0 comments on commit caf1a59

Please sign in to comment.