Skip to content

Commit

Permalink
[e] (0) Reorder the SOLIDUS entries in the tokeniser for consistency.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2132 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 2, 2008
1 parent 5ecf7ee commit d7bbbe4
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
50 changes: 25 additions & 25 deletions index
Expand Up @@ -28,7 +28,7 @@

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

<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 1
<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 2
September 2008</h2>

<p>You can take part in this work. <a
Expand Down Expand Up @@ -47701,6 +47701,11 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<dd>Switch to the <a href="#before4">before attribute name state</a>.

<dt>U+002F SOLIDUS (/)

<dd>Switch to the <a href="#self-closing0">self-closing start tag
state</a>.

<dt>U+003E GREATER-THAN SIGN (&gt;)

<dd>Emit the current tag token. Switch to the <a href="#data-state0">data
Expand All @@ -47717,11 +47722,6 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<dd><a href="#parse2">Parse error</a>. Emit the current tag token.
Reconsume the EOF character in the <a href="#data-state0">data state</a>.

<dt>U+002F SOLIDUS (/)

<dd>Switch to the <a href="#self-closing0">self-closing start tag
state</a>.

<dt>Anything else

<dd>Append the current input character to the current tag token's tag
Expand All @@ -47745,6 +47745,11 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<dd>Stay in the <a href="#before4">before attribute name state</a>.

<dt>U+002F SOLIDUS (/)

<dd>Switch to the <a href="#self-closing0">self-closing start tag
state</a>.

<dt>U+003E GREATER-THAN SIGN (&gt;)

<dd>Emit the current tag token. Switch to the <a href="#data-state0">data
Expand All @@ -47757,11 +47762,6 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
to the character's code point), and its value to the empty string. Switch
to the <a href="#attribute5">attribute name state</a>.

<dt>U+002F SOLIDUS (/)

<dd>Switch to the <a href="#self-closing0">self-closing start tag
state</a>.

<dt>U+0022 QUOTATION MARK (&quot;)

<dt>U+0027 APOSTROPHE (')
Expand Down Expand Up @@ -47800,6 +47800,11 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<dd>Switch to the <a href="#after4">after attribute name state</a>.

<dt>U+002F SOLIDUS (/)

<dd>Switch to the <a href="#self-closing0">self-closing start tag
state</a>.

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

<dd>Switch to the <a href="#before5">before attribute value state</a>.
Expand All @@ -47815,11 +47820,6 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
0x0020 to the character's code point) to the current attribute's name.
Stay in the <a href="#attribute5">attribute name state</a>.

<dt>U+002F SOLIDUS (/)

<dd>Switch to the <a href="#self-closing0">self-closing start tag
state</a>.

<dt>U+0022 QUOTATION MARK (&quot;)

<dt>U+0027 APOSTROPHE (')
Expand Down Expand Up @@ -47862,6 +47862,11 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<dd>Stay in the <a href="#after4">after attribute name state</a>.

<dt>U+002F SOLIDUS (/)

<dd>Switch to the <a href="#self-closing0">self-closing start tag
state</a>.

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

<dd>Switch to the <a href="#before5">before attribute value state</a>.
Expand All @@ -47878,11 +47883,6 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
to the character's code point), and its value to the empty string. Switch
to the <a href="#attribute5">attribute name state</a>.

<dt>U+002F SOLIDUS (/)

<dd>Switch to the <a href="#self-closing0">self-closing start tag
state</a>.

<dt>U+0022 QUOTATION MARK (&quot;)

<dt>U+0027 APOSTROPHE (')
Expand Down Expand Up @@ -48092,14 +48092,14 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<dd>Switch to the <a href="#before4">before attribute name state</a>.

<dt>U+003E GREATER-THAN SIGN (&gt;)
<dt>U+002F SOLIDUS (/)

<dd>Emit the current tag token. Switch to the <a href="#data-state0">data
<dd>Switch to the <a href="#self-closing0">self-closing start tag
state</a>.

<dt>U+002F SOLIDUS (/)
<dt>U+003E GREATER-THAN SIGN (&gt;)

<dd>Switch to the <a href="#self-closing0">self-closing start tag
<dd>Emit the current tag token. Switch to the <a href="#data-state0">data
state</a>.

<dt>EOF
Expand Down
30 changes: 15 additions & 15 deletions source
Expand Up @@ -45061,6 +45061,9 @@ interface <dfn>MessageChannel</dfn> {
<dt>U+0020 SPACE</dt>
<dd>Switch to the <span>before attribute name state</span>.</dd>

<dt>U+002F SOLIDUS (/)</dt>
<dd>Switch to the <span>self-closing start tag state</span>.</dd>

<dt>U+003E GREATER-THAN SIGN (&gt;)</dt>
<dd>Emit the current tag token. Switch to the <span>data
state</span>.</dd>
Expand All @@ -45075,9 +45078,6 @@ interface <dfn>MessageChannel</dfn> {
token. Reconsume the EOF character in the <span>data
state</span>.</dd>

<dt>U+002F SOLIDUS (/)</dt>
<dd>Switch to the <span>self-closing start tag state</span>.</dd>

<dt>Anything else</dt>
<dd>Append the current input character to the current tag token's
tag name. Stay in the <span>tag name state</span>.</dd>
Expand All @@ -45098,6 +45098,9 @@ interface <dfn>MessageChannel</dfn> {
<dt>U+0020 SPACE</dt>
<dd>Stay in the <span>before attribute name state</span>.</dd>

<dt>U+002F SOLIDUS (/)</dt>
<dd>Switch to the <span>self-closing start tag state</span>.</dd>

<dt>U+003E GREATER-THAN SIGN (&gt;)</dt>
<dd>Emit the current tag token. Switch to the <span>data
state</span>.</dd>
Expand All @@ -45109,9 +45112,6 @@ interface <dfn>MessageChannel</dfn> {
value to the empty string. Switch to the <span>attribute name
state</span>.</dd>

<dt>U+002F SOLIDUS (/)</dt>
<dd>Switch to the <span>self-closing start tag state</span>.</dd>

<dt>U+0022 QUOTATION MARK (&quot;)</dt>
<dt>U+0027 APOSTROPHE (')</dt>
<dt>U+003D EQUALS SIGN (=)</dt>
Expand Down Expand Up @@ -45145,6 +45145,9 @@ interface <dfn>MessageChannel</dfn> {
<dt>U+0020 SPACE</dt>
<dd>Switch to the <span>after attribute name state</span>.</dd>

<dt>U+002F SOLIDUS (/)</dt>
<dd>Switch to the <span>self-closing start tag state</span>.</dd>

<dt>U+003D EQUALS SIGN (=)</dt>
<dd>Switch to the <span>before attribute value state</span>.</dd>

Expand All @@ -45158,9 +45161,6 @@ interface <dfn>MessageChannel</dfn> {
attribute's name. Stay in the <span>attribute name
state</span>.</dd>

<dt>U+002F SOLIDUS (/)</dt>
<dd>Switch to the <span>self-closing start tag state</span>.</dd>

<dt>U+0022 QUOTATION MARK (&quot;)</dt>
<dt>U+0027 APOSTROPHE (')</dt>
<dd><span>Parse error</span>. Treat it as per the "anything else"
Expand Down Expand Up @@ -45199,6 +45199,9 @@ interface <dfn>MessageChannel</dfn> {
<dt>U+0020 SPACE</dt>
<dd>Stay in the <span>after attribute name state</span>.</dd>

<dt>U+002F SOLIDUS (/)</dt>
<dd>Switch to the <span>self-closing start tag state</span>.</dd>

<dt>U+003D EQUALS SIGN (=)</dt>
<dd>Switch to the <span>before attribute value state</span>.</dd>

Expand All @@ -45213,9 +45216,6 @@ interface <dfn>MessageChannel</dfn> {
the empty string. Switch to the <span>attribute name
state</span>.</dd>

<dt>U+002F SOLIDUS (/)</dt>
<dd>Switch to the <span>self-closing start tag state</span>.</dd>

<dt>U+0022 QUOTATION MARK (&quot;)</dt>
<dt>U+0027 APOSTROPHE (')</dt>
<dd><span>Parse error</span>. Treat it as per the "anything else"
Expand Down Expand Up @@ -45403,13 +45403,13 @@ interface <dfn>MessageChannel</dfn> {
<dt>U+0020 SPACE</dt>
<dd>Switch to the <span>before attribute name state</span>.</dd>

<dt>U+002F SOLIDUS (/)</dt>
<dd>Switch to the <span>self-closing start tag state</span>.</dd>

<dt>U+003E GREATER-THAN SIGN (&gt;)</dt>
<dd>Emit the current tag token. Switch to the <span>data
state</span>.</dd>

<dt>U+002F SOLIDUS (/)</dt>
<dd>Switch to the <span>self-closing start tag 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 d7bbbe4

Please sign in to comment.