[html5] r8031 - [e] (0) Be more consistent and clear with use of 'token' and 'current token' Fix [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 3 14:42:13 PDT 2013


Author: ianh
Date: 2013-07-03 14:42:12 -0700 (Wed, 03 Jul 2013)
New Revision: 8031

Modified:
   complete.html
   index
   source
Log:
[e] (0) Be more consistent and clear with use of 'token' and 'current token'
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22529
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2013-07-03 21:39:27 UTC (rev 8030)
+++ complete.html	2013-07-03 21:42:12 UTC (rev 8031)
@@ -89550,7 +89550,7 @@
     <code><a href=#document>Document</a></code> to <a href=#quirks-mode>quirks mode</a>.</p>
 
     <p>In any case, switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#the-before-html-insertion-mode title="insertion mode: before html">before html</a>", then
-    reprocess the current token.</p>
+    reprocess the token.</p>
 
    </dd>
 
@@ -89624,7 +89624,7 @@
     <code><a href=#document>Document</a></code> object.</p>
 
     <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#the-before-head-insertion-mode title="insertion mode: before head">before head</a>", then
-    reprocess the current token.</p>
+    reprocess the token.</p>
 
    </dd>
 
@@ -89918,7 +89918,7 @@
     <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#the-after-head-insertion-mode title="insertion mode: after head">after head</a>".</p>
     <!-- end of fake </head> -->
 
-    <p>Reprocess the current token.</p>
+    <p>Reprocess the token.</p>
 
    </dd>
 
@@ -90079,7 +90079,7 @@
     <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>".</p>
     <!-- end fake <body> -->
 
-    <p>Reprocess the token.</p>
+    <p>Reprocess the current token.</p>
 
    </dd>
 
@@ -91455,7 +91455,7 @@
     elements</a>.</p>
 
     <p>Switch the <a href=#insertion-mode>insertion mode</a> to the <a href=#original-insertion-mode>original
-    insertion mode</a> and reprocess the current token.</p>
+    insertion mode</a> and reprocess the token.</p>
 
    </dd>
 
@@ -92082,7 +92082,7 @@
     to "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>".</p>
     <!-- end of fake </tbody>, </tfoot>, or </thead>, whatever was the current node -->
 
-    <p>Reprocess the current token.</p>
+    <p>Reprocess the token.</p>
 
    </dd>
 
@@ -92269,7 +92269,7 @@
     the token. (<a href=#fragment-case>fragment case</a>)</p>
 
     <p>Otherwise, <a href=#close-the-cell>close the cell</a> (see below) and
-    reprocess the current token.</p>
+    reprocess the token.</p>
 
    </dd>
 
@@ -92288,7 +92288,7 @@
     error</a>; ignore the token.</p>
 
     <p>Otherwise, <a href=#close-the-cell>close the cell</a> (see below) and
-    reprocess the current token.</p>
+    reprocess the token.</p>
 
    </dd>
 
@@ -92663,7 +92663,7 @@
     <p><a href=#reset-the-insertion-mode-appropriately>Reset the insertion mode appropriately</a>.</p>
     <!-- end of fake </template> -->
 
-    <p>Reprocess the current token.</p>
+    <p>Reprocess the token.</p>
 
    </dd>
 

Modified: index
===================================================================
--- index	2013-07-03 21:39:27 UTC (rev 8030)
+++ index	2013-07-03 21:42:12 UTC (rev 8031)
@@ -89550,7 +89550,7 @@
     <code><a href=#document>Document</a></code> to <a href=#quirks-mode>quirks mode</a>.</p>
 
     <p>In any case, switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#the-before-html-insertion-mode title="insertion mode: before html">before html</a>", then
-    reprocess the current token.</p>
+    reprocess the token.</p>
 
    </dd>
 
@@ -89624,7 +89624,7 @@
     <code><a href=#document>Document</a></code> object.</p>
 
     <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#the-before-head-insertion-mode title="insertion mode: before head">before head</a>", then
-    reprocess the current token.</p>
+    reprocess the token.</p>
 
    </dd>
 
@@ -89918,7 +89918,7 @@
     <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#the-after-head-insertion-mode title="insertion mode: after head">after head</a>".</p>
     <!-- end of fake </head> -->
 
-    <p>Reprocess the current token.</p>
+    <p>Reprocess the token.</p>
 
    </dd>
 
@@ -90079,7 +90079,7 @@
     <p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inbody title="insertion mode: in body">in body</a>".</p>
     <!-- end fake <body> -->
 
-    <p>Reprocess the token.</p>
+    <p>Reprocess the current token.</p>
 
    </dd>
 
@@ -91455,7 +91455,7 @@
     elements</a>.</p>
 
     <p>Switch the <a href=#insertion-mode>insertion mode</a> to the <a href=#original-insertion-mode>original
-    insertion mode</a> and reprocess the current token.</p>
+    insertion mode</a> and reprocess the token.</p>
 
    </dd>
 
@@ -92082,7 +92082,7 @@
     to "<a href=#parsing-main-intable title="insertion mode: in table">in table</a>".</p>
     <!-- end of fake </tbody>, </tfoot>, or </thead>, whatever was the current node -->
 
-    <p>Reprocess the current token.</p>
+    <p>Reprocess the token.</p>
 
    </dd>
 
@@ -92269,7 +92269,7 @@
     the token. (<a href=#fragment-case>fragment case</a>)</p>
 
     <p>Otherwise, <a href=#close-the-cell>close the cell</a> (see below) and
-    reprocess the current token.</p>
+    reprocess the token.</p>
 
    </dd>
 
@@ -92288,7 +92288,7 @@
     error</a>; ignore the token.</p>
 
     <p>Otherwise, <a href=#close-the-cell>close the cell</a> (see below) and
-    reprocess the current token.</p>
+    reprocess the token.</p>
 
    </dd>
 
@@ -92663,7 +92663,7 @@
     <p><a href=#reset-the-insertion-mode-appropriately>Reset the insertion mode appropriately</a>.</p>
     <!-- end of fake </template> -->
 
-    <p>Reprocess the current token.</p>
+    <p>Reprocess the token.</p>
 
    </dd>
 

Modified: source
===================================================================
--- source	2013-07-03 21:39:27 UTC (rev 8030)
+++ source	2013-07-03 21:42:12 UTC (rev 8031)
@@ -100079,7 +100079,7 @@
 
     <p>In any case, switch the <span>insertion mode</span> to "<span
     title="insertion mode: before html">before html</span>", then
-    reprocess the current token.</p>
+    reprocess the token.</p>
 
    </dd>
 
@@ -100164,7 +100164,7 @@
 
     <p>Switch the <span>insertion mode</span> to "<span
     title="insertion mode: before head">before head</span>", then
-    reprocess the current token.</p>
+    reprocess the token.</p>
 
    </dd>
 
@@ -100486,7 +100486,7 @@
     title="insertion mode: after head">after head</span>".</p>
     <!-- end of fake </head> -->
 
-    <p>Reprocess the current token.</p>
+    <p>Reprocess the token.</p>
 
    </dd>
 
@@ -100668,7 +100668,7 @@
     title="insertion mode: in body">in body</span>".</p>
     <!-- end fake <body> -->
 
-    <p>Reprocess the token.</p>
+    <p>Reprocess the current token.</p>
 
    </dd>
 
@@ -102172,7 +102172,7 @@
     elements</span>.</p>
 
     <p>Switch the <span>insertion mode</span> to the <span>original
-    insertion mode</span> and reprocess the current token.</p>
+    insertion mode</span> and reprocess the token.</p>
 
    </dd>
 
@@ -102859,7 +102859,7 @@
     to "<span title="insertion mode: in table">in table</span>".</p>
     <!-- end of fake </tbody>, </tfoot>, or </thead>, whatever was the current node -->
 
-    <p>Reprocess the current token.</p>
+    <p>Reprocess the token.</p>
 
    </dd>
 
@@ -103062,7 +103062,7 @@
     the token. (<span>fragment case</span>)</p>
 
     <p>Otherwise, <span>close the cell</span> (see below) and
-    reprocess the current token.</p>
+    reprocess the token.</p>
 
    </dd>
 
@@ -103082,7 +103082,7 @@
     error</span>; ignore the token.</p>
 
     <p>Otherwise, <span>close the cell</span> (see below) and
-    reprocess the current token.</p>
+    reprocess the token.</p>
 
    </dd>
 
@@ -103497,7 +103497,7 @@
     <p><span>Reset the insertion mode appropriately</span>.</p>
     <!-- end of fake </template> -->
 
-    <p>Reprocess the current token.</p>
+    <p>Reprocess the token.</p>
 
    </dd>
 




More information about the Commit-Watchers mailing list