[html5] r2132 - [e] (0) Reorder the SOLIDUS entries in the tokeniser for consistency.

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 1 20:38:16 PDT 2008


Author: ianh
Date: 2008-09-01 20:38:14 -0700 (Mon, 01 Sep 2008)
New Revision: 2132

Modified:
   index
   source
Log:
[e] (0) Reorder the SOLIDUS entries in the tokeniser for consistency.

Modified: index
===================================================================
--- index	2008-09-02 03:35:06 UTC (rev 2131)
+++ index	2008-09-02 03:38:14 UTC (rev 2132)
@@ -28,7 +28,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 1
+   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 2
     September 2008</h2>
 
    <p>You can take part in this work. <a
@@ -47701,6 +47701,11 @@
 
    <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 (>)
 
    <dd>Emit the current tag token. Switch to the <a href="#data-state0">data
@@ -47717,11 +47722,6 @@
    <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
@@ -47745,6 +47745,11 @@
 
    <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 (>)
 
    <dd>Emit the current tag token. Switch to the <a href="#data-state0">data
@@ -47757,11 +47762,6 @@
     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 (")
 
    <dt>U+0027 APOSTROPHE (')
@@ -47800,6 +47800,11 @@
 
    <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>.
@@ -47815,11 +47820,6 @@
     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 (")
 
    <dt>U+0027 APOSTROPHE (')
@@ -47862,6 +47862,11 @@
 
    <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>.
@@ -47878,11 +47883,6 @@
     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 (")
 
    <dt>U+0027 APOSTROPHE (')
@@ -48092,14 +48092,14 @@
 
    <dd>Switch to the <a href="#before4">before attribute name state</a>.
 
-   <dt>U+003E GREATER-THAN SIGN (>)
+   <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 (>)
 
-   <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

Modified: source
===================================================================
--- source	2008-09-02 03:35:06 UTC (rev 2131)
+++ source	2008-09-02 03:38:14 UTC (rev 2132)
@@ -45061,6 +45061,9 @@
    <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 (>)</dt>
    <dd>Emit the current tag token. Switch to the <span>data
    state</span>.</dd>
@@ -45075,9 +45078,6 @@
    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>
@@ -45098,6 +45098,9 @@
    <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 (>)</dt>
    <dd>Emit the current tag token. Switch to the <span>data
    state</span>.</dd>
@@ -45109,9 +45112,6 @@
    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 (")</dt>
    <dt>U+0027 APOSTROPHE (')</dt>
    <dt>U+003D EQUALS SIGN (=)</dt>
@@ -45145,6 +45145,9 @@
    <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>
 
@@ -45158,9 +45161,6 @@
    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 (")</dt>
    <dt>U+0027 APOSTROPHE (')</dt>
    <dd><span>Parse error</span>. Treat it as per the "anything else"
@@ -45199,6 +45199,9 @@
    <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>
 
@@ -45213,9 +45216,6 @@
    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 (")</dt>
    <dt>U+0027 APOSTROPHE (')</dt>
    <dd><span>Parse error</span>. Treat it as per the "anything else"
@@ -45403,13 +45403,13 @@
    <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 (>)</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




More information about the Commit-Watchers mailing list