Skip to content

Commit

Permalink
Clarify the bogus comment state rules
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@86 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 18, 2006
1 parent 2296de5 commit 91323ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions index
Expand Up @@ -24,7 +24,7 @@

<h1 id="web-applications">Web Applications 1.0</h1>

<h2 class="no-num no-toc" id="working">Working Draft &mdash; 17 July 2006</h2>
<h2 class="no-num no-toc" id="working">Working Draft &mdash; 18 July 2006</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 @@ -18518,11 +18518,11 @@ function receiver(e) {
<p>Consume every character up to the first U+003E GREATER-THAN SIGN
character (&gt;) or the end of the file (EOF), whichever comes first.
Emit a comment token whose data is the concatenation of all the
characters from the character that caused the state machine to switch
into the bogus comment state, up to the last consumed character before
the U+003E character, if any, or up to the end of the file otherwise.
(If the comment was started by the end of the file (EOF), the token is
empty.)</p>
characters starting from and including the character that caused the
state machine to switch into the bogus comment state, up to and
including the last consumed character before the U+003E character, if
any, or up to the end of the file otherwise. (If the comment was started
by the end of the file (EOF), the token is empty.)</p>

<p>Switch to the <span><a href="#data-state">data state</a></span>.</p>

Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -16651,11 +16651,12 @@ function receiver(e) {
<p>Consume every character up to the first U+003E GREATER-THAN
SIGN character (&gt;) or the end of the file (EOF), whichever
comes first. Emit a comment token whose data is the concatenation
of all the characters from the character that caused the state
machine to switch into the bogus comment state, up to the last
consumed character before the U+003E character, if any, or up to
the end of the file otherwise. (If the comment was started by the
end of the file (EOF), the token is empty.)</p>
of all the characters starting from and including the character
that caused the state machine to switch into the bogus comment
state, up to and including the last consumed character before the
U+003E character, if any, or up to the end of the file
otherwise. (If the comment was started by the end of the file
(EOF), the token is empty.)</p>

<p>Switch to the <span>data state</span>.</p>

Expand Down

0 comments on commit 91323ac

Please sign in to comment.