[html5] r5763 - [e] (0) gb/us spelling Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11192

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 10 21:22:36 PST 2011


Author: ianh
Date: 2011-01-10 21:22:35 -0800 (Mon, 10 Jan 2011)
New Revision: 5763

Modified:
   complete.html
   index
   source
Log:
[e] (0) gb/us spelling
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11192

Modified: complete.html
===================================================================
--- complete.html	2011-01-11 01:02:15 UTC (rev 5762)
+++ complete.html	2011-01-11 05:22:35 UTC (rev 5763)
@@ -30384,7 +30384,7 @@
    abort these steps.</li>
 
    <li><p>Let <var title="">token</var> be the result of invoking the
-   <a href=#webvtt-cue-text-tokeniser>WebVTT cue text tokeniser</a>.</li>
+   <a href=#webvtt-cue-text-tokenizer>WebVTT cue text tokenizer</a>.</li>
 
    <li>
 
@@ -30531,7 +30531,7 @@
 
    <li><p>Jump to the step labeled <i>loop</i>.</li>
 
-  </ol><p>The <dfn id=webvtt-cue-text-tokeniser>WebVTT cue text tokeniser</dfn> is as follows. It emits
+  </ol><p>The <dfn id=webvtt-cue-text-tokenizer>WebVTT cue text tokenizer</dfn> is as follows. It emits
   a token, which is either a string (whose value is a sequence of
   Unicode characters), a start tag (with a tag name, a list of
   classes, and optionally an annotation), an end tag (with a tag
@@ -30540,7 +30540,7 @@
   <ol><li><p>Let <var title="">input</var> and <var title="">position</var> be the same variables as those of the same
    name in the algorithm that invoked these steps.</li>
 
-   <li><p>Let <var title="">tokeniser state</var> be <a href=#webvtt-data-state>WebVTT data
+   <li><p>Let <var title="">tokenizer state</var> be <a href=#webvtt-data-state>WebVTT data
    state</a>.</li>
 
    <li><p>Let <var title="">result</var> be the empty string.</li>
@@ -30556,7 +30556,7 @@
 
    <li>
 
-    <p>Jump to the state given by <var title="">tokeniser
+    <p>Jump to the state given by <var title="">tokenizer
     state</var>:</p>
 
     <dl><dt><dfn id=webvtt-data-state>WebVTT data state</dfn></dt>
@@ -30568,7 +30568,7 @@
       <dl><dt>U+0026 AMPERSAND (&)</dt>
        <dd>
         <p>Set <var title="">buffer</var> to <var title="">c</var>,
-        set <var title="">tokeniser state</var> to the <a href=#webvtt-escape-state>WebVTT
+        set <var title="">tokenizer state</var> to the <a href=#webvtt-escape-state>WebVTT
         escape state</a>, and jump to the step labeled
         <i>next</i>.</p>
        </dd>
@@ -30576,7 +30576,7 @@
        <dt>U+003C LESS-THAN SIGN (<)</dt>
        <dd>
         <p>If <var title="">result</var> is the empty string, then set
-        <var title="">tokeniser state</var> to the <a href=#webvtt-tag-state>WebVTT tag
+        <var title="">tokenizer state</var> to the <a href=#webvtt-tag-state>WebVTT tag
         state</a> and jump to the step labeled <i>next</i>.</p>
         <p>Otherwise, return a string token whose value is <var title="">result</var> and abort these steps.</p>
        </dd>
@@ -30617,7 +30617,7 @@
         <p>Otherwise, append <var title="">buffer</var> followed by a
         U+003B SEMICOLON character (;) to <var title="">result</var>.</p>
 
-        <p>Then, in any case, set <var title="">tokeniser state</var>
+        <p>Then, in any case, set <var title="">tokenizer state</var>
         to the <a href=#webvtt-data-state>WebVTT data state</a>, and jump to the step
         labeled <i>next</i>.</p>
 
@@ -30639,7 +30639,7 @@
 
        <dt>Anything else</dt>
        <dd>
-        <p>Append <var title="">buffer</var> to <var title="">result</var>, set <var title="">tokeniser state</var>
+        <p>Append <var title="">buffer</var> to <var title="">result</var>, set <var title="">tokenizer state</var>
         to the <a href=#webvtt-data-state>WebVTT data state</a>, and jump to the step
         labeled <i>next</i>.</p>
        </dd> 
@@ -30656,7 +30656,7 @@
        <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
        <dd>
         <!-- assert: >result< is the empty string -->
-        <p>Set <var title="">tokeniser state</var> to the <a href=#webvtt-start-tag-annotation-state>WebVTT
+        <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
         <i>next</i>.</p>
        </dd> 
@@ -30664,14 +30664,14 @@
        <dt>U+002E FULL STOP character (.)</dt>
        <dd>
         <!-- assert: >result< is the empty string -->
-        <p>Set <var title="">tokeniser state</var> to the <a href=#webvtt-start-tag-class-state>WebVTT
+        <p>Set <var title="">tokenizer state</var> to the <a href=#webvtt-start-tag-class-state>WebVTT
         start tag class state</a>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
 
        <dt>U+002F SOLIDUS character (/)</dt>
        <dd>
-        <p>Set <var title="">tokeniser state</var> to the <a href=#webvtt-end-tag-state>WebVTT
+        <p>Set <var title="">tokenizer state</var> to the <a href=#webvtt-end-tag-state>WebVTT
         end tag state</a>, and jump to the step labeled
         <i>next</i>.</p>
        </dd>
@@ -30679,7 +30679,7 @@
        <dt>Characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9)</dt>
        <dd>
         <p>Set <var title="">result</var> to <var title="">c</var>,
-        set <var title="">tokeniser state</var> to the <a href=#webvtt-timestamp-tag-state>WebVTT
+        set <var title="">tokenizer state</var> to the <a href=#webvtt-timestamp-tag-state>WebVTT
         timestamp tag state</a>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
@@ -30694,7 +30694,7 @@
        <dt>Anything else</dt>
        <dd>
         <p>Set <var title="">result</var> to <var title="">c</var>,
-        set <var title="">tokeniser state</var> to the <a href=#webvtt-start-tag-state>WebVTT
+        set <var title="">tokenizer state</var> to the <a href=#webvtt-start-tag-state>WebVTT
         start tag state</a>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
@@ -30710,14 +30710,14 @@
       <dl><dt>U+0020 SPACE character</dt>
        <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
        <dd>
-        <p>Set <var title="">tokeniser state</var> to the <a href=#webvtt-start-tag-annotation-state>WebVTT
+        <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
         <i>next</i>.</p>
        </dd> 
 
        <dt>U+002E FULL STOP character (.)</dt>
        <dd>
-        <p>Set <var title="">tokeniser state</var> to the <a href=#webvtt-start-tag-class-state>WebVTT
+        <p>Set <var title="">tokenizer state</var> to the <a href=#webvtt-start-tag-class-state>WebVTT
         start tag class state</a>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
@@ -30748,7 +30748,7 @@
        <dd>
         <p>Append to <var title="">classes</var> an entry whose value
         is <var title="">buffer</var>, set <var title="">buffer</var>
-        to the empty string, set <var title="">tokeniser state</var>
+        to the empty string, 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 <i>next</i>.</p>
        </dd> 

Modified: index
===================================================================
--- index	2011-01-11 01:02:15 UTC (rev 5762)
+++ index	2011-01-11 05:22:35 UTC (rev 5763)
@@ -30366,7 +30366,7 @@
    abort these steps.</li>
 
    <li><p>Let <var title="">token</var> be the result of invoking the
-   <a href=#webvtt-cue-text-tokeniser>WebVTT cue text tokeniser</a>.</li>
+   <a href=#webvtt-cue-text-tokenizer>WebVTT cue text tokenizer</a>.</li>
 
    <li>
 
@@ -30513,7 +30513,7 @@
 
    <li><p>Jump to the step labeled <i>loop</i>.</li>
 
-  </ol><p>The <dfn id=webvtt-cue-text-tokeniser>WebVTT cue text tokeniser</dfn> is as follows. It emits
+  </ol><p>The <dfn id=webvtt-cue-text-tokenizer>WebVTT cue text tokenizer</dfn> is as follows. It emits
   a token, which is either a string (whose value is a sequence of
   Unicode characters), a start tag (with a tag name, a list of
   classes, and optionally an annotation), an end tag (with a tag
@@ -30522,7 +30522,7 @@
   <ol><li><p>Let <var title="">input</var> and <var title="">position</var> be the same variables as those of the same
    name in the algorithm that invoked these steps.</li>
 
-   <li><p>Let <var title="">tokeniser state</var> be <a href=#webvtt-data-state>WebVTT data
+   <li><p>Let <var title="">tokenizer state</var> be <a href=#webvtt-data-state>WebVTT data
    state</a>.</li>
 
    <li><p>Let <var title="">result</var> be the empty string.</li>
@@ -30538,7 +30538,7 @@
 
    <li>
 
-    <p>Jump to the state given by <var title="">tokeniser
+    <p>Jump to the state given by <var title="">tokenizer
     state</var>:</p>
 
     <dl><dt><dfn id=webvtt-data-state>WebVTT data state</dfn></dt>
@@ -30550,7 +30550,7 @@
       <dl><dt>U+0026 AMPERSAND (&)</dt>
        <dd>
         <p>Set <var title="">buffer</var> to <var title="">c</var>,
-        set <var title="">tokeniser state</var> to the <a href=#webvtt-escape-state>WebVTT
+        set <var title="">tokenizer state</var> to the <a href=#webvtt-escape-state>WebVTT
         escape state</a>, and jump to the step labeled
         <i>next</i>.</p>
        </dd>
@@ -30558,7 +30558,7 @@
        <dt>U+003C LESS-THAN SIGN (<)</dt>
        <dd>
         <p>If <var title="">result</var> is the empty string, then set
-        <var title="">tokeniser state</var> to the <a href=#webvtt-tag-state>WebVTT tag
+        <var title="">tokenizer state</var> to the <a href=#webvtt-tag-state>WebVTT tag
         state</a> and jump to the step labeled <i>next</i>.</p>
         <p>Otherwise, return a string token whose value is <var title="">result</var> and abort these steps.</p>
        </dd>
@@ -30599,7 +30599,7 @@
         <p>Otherwise, append <var title="">buffer</var> followed by a
         U+003B SEMICOLON character (;) to <var title="">result</var>.</p>
 
-        <p>Then, in any case, set <var title="">tokeniser state</var>
+        <p>Then, in any case, set <var title="">tokenizer state</var>
         to the <a href=#webvtt-data-state>WebVTT data state</a>, and jump to the step
         labeled <i>next</i>.</p>
 
@@ -30621,7 +30621,7 @@
 
        <dt>Anything else</dt>
        <dd>
-        <p>Append <var title="">buffer</var> to <var title="">result</var>, set <var title="">tokeniser state</var>
+        <p>Append <var title="">buffer</var> to <var title="">result</var>, set <var title="">tokenizer state</var>
         to the <a href=#webvtt-data-state>WebVTT data state</a>, and jump to the step
         labeled <i>next</i>.</p>
        </dd> 
@@ -30638,7 +30638,7 @@
        <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
        <dd>
         <!-- assert: >result< is the empty string -->
-        <p>Set <var title="">tokeniser state</var> to the <a href=#webvtt-start-tag-annotation-state>WebVTT
+        <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
         <i>next</i>.</p>
        </dd> 
@@ -30646,14 +30646,14 @@
        <dt>U+002E FULL STOP character (.)</dt>
        <dd>
         <!-- assert: >result< is the empty string -->
-        <p>Set <var title="">tokeniser state</var> to the <a href=#webvtt-start-tag-class-state>WebVTT
+        <p>Set <var title="">tokenizer state</var> to the <a href=#webvtt-start-tag-class-state>WebVTT
         start tag class state</a>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
 
        <dt>U+002F SOLIDUS character (/)</dt>
        <dd>
-        <p>Set <var title="">tokeniser state</var> to the <a href=#webvtt-end-tag-state>WebVTT
+        <p>Set <var title="">tokenizer state</var> to the <a href=#webvtt-end-tag-state>WebVTT
         end tag state</a>, and jump to the step labeled
         <i>next</i>.</p>
        </dd>
@@ -30661,7 +30661,7 @@
        <dt>Characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9)</dt>
        <dd>
         <p>Set <var title="">result</var> to <var title="">c</var>,
-        set <var title="">tokeniser state</var> to the <a href=#webvtt-timestamp-tag-state>WebVTT
+        set <var title="">tokenizer state</var> to the <a href=#webvtt-timestamp-tag-state>WebVTT
         timestamp tag state</a>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
@@ -30676,7 +30676,7 @@
        <dt>Anything else</dt>
        <dd>
         <p>Set <var title="">result</var> to <var title="">c</var>,
-        set <var title="">tokeniser state</var> to the <a href=#webvtt-start-tag-state>WebVTT
+        set <var title="">tokenizer state</var> to the <a href=#webvtt-start-tag-state>WebVTT
         start tag state</a>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
@@ -30692,14 +30692,14 @@
       <dl><dt>U+0020 SPACE character</dt>
        <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
        <dd>
-        <p>Set <var title="">tokeniser state</var> to the <a href=#webvtt-start-tag-annotation-state>WebVTT
+        <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
         <i>next</i>.</p>
        </dd> 
 
        <dt>U+002E FULL STOP character (.)</dt>
        <dd>
-        <p>Set <var title="">tokeniser state</var> to the <a href=#webvtt-start-tag-class-state>WebVTT
+        <p>Set <var title="">tokenizer state</var> to the <a href=#webvtt-start-tag-class-state>WebVTT
         start tag class state</a>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
@@ -30730,7 +30730,7 @@
        <dd>
         <p>Append to <var title="">classes</var> an entry whose value
         is <var title="">buffer</var>, set <var title="">buffer</var>
-        to the empty string, set <var title="">tokeniser state</var>
+        to the empty string, 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 <i>next</i>.</p>
        </dd> 

Modified: source
===================================================================
--- source	2011-01-11 01:02:15 UTC (rev 5762)
+++ source	2011-01-11 05:22:35 UTC (rev 5763)
@@ -33234,7 +33234,7 @@
    abort these steps.</p></li>
 
    <li><p>Let <var title="">token</var> be the result of invoking the
-   <span>WebVTT cue text tokeniser</span>.</p></li>
+   <span>WebVTT cue text tokenizer</span>.</p></li>
 
    <li>
 
@@ -33413,7 +33413,7 @@
 
   </ol>
 
-  <p>The <dfn>WebVTT cue text tokeniser</dfn> is as follows. It emits
+  <p>The <dfn>WebVTT cue text tokenizer</dfn> is as follows. It emits
   a token, which is either a string (whose value is a sequence of
   Unicode characters), a start tag (with a tag name, a list of
   classes, and optionally an annotation), an end tag (with a tag
@@ -33425,7 +33425,7 @@
    title="">position</var> be the same variables as those of the same
    name in the algorithm that invoked these steps.</p></li>
 
-   <li><p>Let <var title="">tokeniser state</var> be <span>WebVTT data
+   <li><p>Let <var title="">tokenizer state</var> be <span>WebVTT data
    state</span>.</p></li>
 
    <li><p>Let <var title="">result</var> be the empty string.</p></li>
@@ -33442,7 +33442,7 @@
 
    <li>
 
-    <p>Jump to the state given by <var title="">tokeniser
+    <p>Jump to the state given by <var title="">tokenizer
     state</var>:</p>
 
     <dl>
@@ -33459,7 +33459,7 @@
        <dt>U+0026 AMPERSAND (&)</dt>
        <dd>
         <p>Set <var title="">buffer</var> to <var title="">c</var>,
-        set <var title="">tokeniser state</var> to the <span>WebVTT
+        set <var title="">tokenizer state</var> to the <span>WebVTT
         escape state</span>, and jump to the step labeled
         <i>next</i>.</p>
        </dd>
@@ -33467,7 +33467,7 @@
        <dt>U+003C LESS-THAN SIGN (<)</dt>
        <dd>
         <p>If <var title="">result</var> is the empty string, then set
-        <var title="">tokeniser state</var> to the <span>WebVTT tag
+        <var title="">tokenizer state</var> to the <span>WebVTT tag
         state</span> and jump to the step labeled <i>next</i>.</p>
         <p>Otherwise, return a string token whose value is <var
         title="">result</var> and abort these steps.</p>
@@ -33519,7 +33519,7 @@
         U+003B SEMICOLON character (;) to <var
         title="">result</var>.</p>
 
-        <p>Then, in any case, set <var title="">tokeniser state</var>
+        <p>Then, in any case, set <var title="">tokenizer state</var>
         to the <span>WebVTT data state</span>, and jump to the step
         labeled <i>next</i>.</p>
 
@@ -33543,7 +33543,7 @@
        <dt>Anything else</dt>
        <dd>
         <p>Append <var title="">buffer</var> to <var
-        title="">result</var>, set <var title="">tokeniser state</var>
+        title="">result</var>, set <var title="">tokenizer state</var>
         to the <span>WebVTT data state</span>, and jump to the step
         labeled <i>next</i>.</p>
        </dd> 
@@ -33565,7 +33565,7 @@
        <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
        <dd>
         <!-- assert: >result< is the empty string -->
-        <p>Set <var title="">tokeniser state</var> to the <span>WebVTT
+        <p>Set <var title="">tokenizer state</var> to the <span>WebVTT
         start tag annotation state</span>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
@@ -33573,14 +33573,14 @@
        <dt>U+002E FULL STOP character (.)</dt>
        <dd>
         <!-- assert: >result< is the empty string -->
-        <p>Set <var title="">tokeniser state</var> to the <span>WebVTT
+        <p>Set <var title="">tokenizer state</var> to the <span>WebVTT
         start tag class state</span>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
 
        <dt>U+002F SOLIDUS character (/)</dt>
        <dd>
-        <p>Set <var title="">tokeniser state</var> to the <span>WebVTT
+        <p>Set <var title="">tokenizer state</var> to the <span>WebVTT
         end tag state</span>, and jump to the step labeled
         <i>next</i>.</p>
        </dd>
@@ -33588,7 +33588,7 @@
        <dt>Characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9)</dt>
        <dd>
         <p>Set <var title="">result</var> to <var title="">c</var>,
-        set <var title="">tokeniser state</var> to the <span>WebVTT
+        set <var title="">tokenizer state</var> to the <span>WebVTT
         timestamp tag state</span>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
@@ -33603,7 +33603,7 @@
        <dt>Anything else</dt>
        <dd>
         <p>Set <var title="">result</var> to <var title="">c</var>,
-        set <var title="">tokeniser state</var> to the <span>WebVTT
+        set <var title="">tokenizer state</var> to the <span>WebVTT
         start tag state</span>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
@@ -33624,14 +33624,14 @@
        <dt>U+0020 SPACE character</dt>
        <dt>U+0009 CHARACTER TABULATION (tab) character</dt>
        <dd>
-        <p>Set <var title="">tokeniser state</var> to the <span>WebVTT
+        <p>Set <var title="">tokenizer state</var> to the <span>WebVTT
         start tag annotation state</span>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
 
        <dt>U+002E FULL STOP character (.)</dt>
        <dd>
-        <p>Set <var title="">tokeniser state</var> to the <span>WebVTT
+        <p>Set <var title="">tokenizer state</var> to the <span>WebVTT
         start tag class state</span>, and jump to the step labeled
         <i>next</i>.</p>
        </dd> 
@@ -33668,7 +33668,7 @@
        <dd>
         <p>Append to <var title="">classes</var> an entry whose value
         is <var title="">buffer</var>, set <var title="">buffer</var>
-        to the empty string, set <var title="">tokeniser state</var>
+        to the empty string, set <var title="">tokenizer state</var>
         to the <span>WebVTT start tag annotation state</span>, and
         jump to the step labeled <i>next</i>.</p>
        </dd> 




More information about the Commit-Watchers mailing list