[html5] r6762 - [e] (0) Consistency in order in WebVTT tokenizer
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 25 16:46:09 PDT 2011
Author: ianh
Date: 2011-10-25 16:46:08 -0700 (Tue, 25 Oct 2011)
New Revision: 6762
Modified:
complete.html
index
source
Log:
[e] (0) Consistency in order in WebVTT tokenizer
Modified: complete.html
===================================================================
--- complete.html 2011-10-25 23:44:18 UTC (rev 6761)
+++ complete.html 2011-10-25 23:46:08 UTC (rev 6762)
@@ -34026,6 +34026,14 @@
<i>next</i>.</p>
</dd>
+ <dt>Characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9)</dt>
+ <dt>Characters in the range U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z</dt>
+ <dt>Characters in the range U+0061 LATIN SMALL LETTER A to U+007A LATIN SMALL LETTER Z</dt>
+ <dd>
+ <p>Append <var title="">c</var> to <var title="">buffer</var>
+ and jump to the step labeled <i>next</i>.</p>
+ </dd>
+
<dt>U+003B SEMICOLON character (;)</dt>
<dd>
@@ -34056,14 +34064,6 @@
<var title="">result</var>, and abort these steps.</p>
</dd>
- <dt>Characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9)</dt>
- <dt>Characters in the range U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z</dt>
- <dt>Characters in the range U+0061 LATIN SMALL LETTER A to U+007A LATIN SMALL LETTER Z</dt>
- <dd>
- <p>Append <var title="">c</var> to <var title="">buffer</var>
- and jump to the step labeled <i>next</i>.</p>
- </dd>
-
<dt>Anything else</dt>
<dd>
<p>Append <var title="">buffer</var> to <var title="">result</var>, append <var title="">c</var> to <var title="">result</var>, set <var title="">tokenizer state</var>
@@ -34079,9 +34079,9 @@
<p>Jump to the entry that matches the value of <var title="">c</var>:</p>
- <dl><dt>U+0020 SPACE character</dt>
- <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
+ <dl><dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+000A LINE FEED (LF) character</dt>
+ <dt>U+0020 SPACE character</dt>
<dd>
<!-- assert: >result< is the empty string -->
<p>Set <var title="">tokenizer state</var> to the <a href=#webvtt-start-tag-annotation-state>WebVTT
@@ -34141,8 +34141,8 @@
<p>Jump to the entry that matches the value of <var title="">c</var>:</p>
- <dl><dt>U+0020 SPACE character</dt>
- <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
+ <dl><dt>U+0009 CHARACTER TABULATION (tab) character</dt>
+ <dt>U+0020 SPACE character</dt>
<dd>
<p>Set <var title="">tokenizer state</var> to the <a href=#webvtt-start-tag-annotation-state>WebVTT
start tag annotation state</a>, and jump to the step labeled
@@ -34191,8 +34191,8 @@
<p>Jump to the entry that matches the value of <var title="">c</var>:</p>
- <dl><dt>U+0020 SPACE character</dt>
- <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
+ <dl><dt>U+0009 CHARACTER TABULATION (tab) character</dt>
+ <dt>U+0020 SPACE character</dt>
<dd>
<p>Append to <var title="">classes</var> an entry whose value
is <var title="">buffer</var>, set <var title="">buffer</var>
Modified: index
===================================================================
--- index 2011-10-25 23:44:18 UTC (rev 6761)
+++ index 2011-10-25 23:46:08 UTC (rev 6762)
@@ -34026,6 +34026,14 @@
<i>next</i>.</p>
</dd>
+ <dt>Characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9)</dt>
+ <dt>Characters in the range U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z</dt>
+ <dt>Characters in the range U+0061 LATIN SMALL LETTER A to U+007A LATIN SMALL LETTER Z</dt>
+ <dd>
+ <p>Append <var title="">c</var> to <var title="">buffer</var>
+ and jump to the step labeled <i>next</i>.</p>
+ </dd>
+
<dt>U+003B SEMICOLON character (;)</dt>
<dd>
@@ -34056,14 +34064,6 @@
<var title="">result</var>, and abort these steps.</p>
</dd>
- <dt>Characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9)</dt>
- <dt>Characters in the range U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z</dt>
- <dt>Characters in the range U+0061 LATIN SMALL LETTER A to U+007A LATIN SMALL LETTER Z</dt>
- <dd>
- <p>Append <var title="">c</var> to <var title="">buffer</var>
- and jump to the step labeled <i>next</i>.</p>
- </dd>
-
<dt>Anything else</dt>
<dd>
<p>Append <var title="">buffer</var> to <var title="">result</var>, append <var title="">c</var> to <var title="">result</var>, set <var title="">tokenizer state</var>
@@ -34079,9 +34079,9 @@
<p>Jump to the entry that matches the value of <var title="">c</var>:</p>
- <dl><dt>U+0020 SPACE character</dt>
- <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
+ <dl><dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+000A LINE FEED (LF) character</dt>
+ <dt>U+0020 SPACE character</dt>
<dd>
<!-- assert: >result< is the empty string -->
<p>Set <var title="">tokenizer state</var> to the <a href=#webvtt-start-tag-annotation-state>WebVTT
@@ -34141,8 +34141,8 @@
<p>Jump to the entry that matches the value of <var title="">c</var>:</p>
- <dl><dt>U+0020 SPACE character</dt>
- <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
+ <dl><dt>U+0009 CHARACTER TABULATION (tab) character</dt>
+ <dt>U+0020 SPACE character</dt>
<dd>
<p>Set <var title="">tokenizer state</var> to the <a href=#webvtt-start-tag-annotation-state>WebVTT
start tag annotation state</a>, and jump to the step labeled
@@ -34191,8 +34191,8 @@
<p>Jump to the entry that matches the value of <var title="">c</var>:</p>
- <dl><dt>U+0020 SPACE character</dt>
- <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
+ <dl><dt>U+0009 CHARACTER TABULATION (tab) character</dt>
+ <dt>U+0020 SPACE character</dt>
<dd>
<p>Append to <var title="">classes</var> an entry whose value
is <var title="">buffer</var>, set <var title="">buffer</var>
Modified: source
===================================================================
--- source 2011-10-25 23:44:18 UTC (rev 6761)
+++ source 2011-10-25 23:46:08 UTC (rev 6762)
@@ -37341,6 +37341,14 @@
<i>next</i>.</p>
</dd>
+ <dt>Characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9)</dt>
+ <dt>Characters in the range U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z</dt>
+ <dt>Characters in the range U+0061 LATIN SMALL LETTER A to U+007A LATIN SMALL LETTER Z</dt>
+ <dd>
+ <p>Append <var title="">c</var> to <var title="">buffer</var>
+ and jump to the step labeled <i>next</i>.</p>
+ </dd>
+
<dt>U+003B SEMICOLON character (;)</dt>
<dd>
@@ -37376,14 +37384,6 @@
<var title="">result</var>, and abort these steps.</p>
</dd>
- <dt>Characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9)</dt>
- <dt>Characters in the range U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z</dt>
- <dt>Characters in the range U+0061 LATIN SMALL LETTER A to U+007A LATIN SMALL LETTER Z</dt>
- <dd>
- <p>Append <var title="">c</var> to <var title="">buffer</var>
- and jump to the step labeled <i>next</i>.</p>
- </dd>
-
<dt>Anything else</dt>
<dd>
<p>Append <var title="">buffer</var> to <var
@@ -37406,9 +37406,9 @@
<dl>
- <dt>U+0020 SPACE character</dt>
<dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+000A LINE FEED (LF) character</dt>
+ <dt>U+0020 SPACE character</dt>
<dd>
<!-- assert: >result< is the empty string -->
<p>Set <var title="">tokenizer state</var> to the <span>WebVTT
@@ -37473,8 +37473,8 @@
<dl>
+ <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+0020 SPACE character</dt>
- <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dd>
<p>Set <var title="">tokenizer state</var> to the <span>WebVTT
start tag annotation state</span>, and jump to the step labeled
@@ -37529,8 +37529,8 @@
<dl>
+ <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dt>U+0020 SPACE character</dt>
- <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
<dd>
<p>Append to <var title="">classes</var> an entry whose value
is <var title="">buffer</var>, set <var title="">buffer</var>
More information about the Commit-Watchers
mailing list