[html5] r6687 - [e] (0) Handle the cases where this algorithm returns two tokens. Fixing http:// [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 14 15:24:06 PDT 2011


Author: ianh
Date: 2011-10-14 15:24:05 -0700 (Fri, 14 Oct 2011)
New Revision: 6687

Modified:
   complete.html
   index
   source
Log:
[e] (0) Handle the cases where this algorithm returns two tokens.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14346

Modified: complete.html
===================================================================
--- complete.html	2011-10-14 22:19:15 UTC (rev 6686)
+++ complete.html	2011-10-14 22:24:05 UTC (rev 6687)
@@ -1649,7 +1649,7 @@
   <p>With the creation of the W3C, HTML's development changed venue
   again. A first abortive attempt at extending HTML in 1995 known as
   HTML 3.0 then made way to a more pragmatic approach known as HTML
-  3.2, which was completed in 1997. HTML4 quicky followed later that
+  3.2, which was completed in 1997. HTML4 quickly followed later that
   same year.</p>
 
   <p>The following year, the W3C membership decided to stop evolving
@@ -85507,7 +85507,7 @@
   <p>If nothing is returned, emit a U+0026 AMPERSAND character (&)
   token.</p>
 
-  <p>Otherwise, emit the character token that was returned.</p>
+  <p>Otherwise, emit the character tokens that were returned.</p>
 
   <p>Finally, switch to the <a href=#data-state>data state</a>.</p>
 
@@ -85542,7 +85542,7 @@
   <p>If nothing is returned, emit a U+0026 AMPERSAND character (&)
   token.</p>
 
-  <p>Otherwise, emit the character token that was returned.</p>
+  <p>Otherwise, emit the character tokens that were returned.</p>
 
   <p>Finally, switch to the <a href=#rcdata-state>RCDATA state</a>.</p>
 
@@ -86606,7 +86606,7 @@
   <p>If nothing is returned, append a U+0026 AMPERSAND character
   (&) to the current attribute's value.</p>
 
-  <p>Otherwise, append the returned character token to the current
+  <p>Otherwise, append the returned character tokens to the current
   attribute's value.</p>
 
   <p>Finally, switch back to the attribute value state that switched

Modified: index
===================================================================
--- index	2011-10-14 22:19:15 UTC (rev 6686)
+++ index	2011-10-14 22:24:05 UTC (rev 6687)
@@ -1649,7 +1649,7 @@
   <p>With the creation of the W3C, HTML's development changed venue
   again. A first abortive attempt at extending HTML in 1995 known as
   HTML 3.0 then made way to a more pragmatic approach known as HTML
-  3.2, which was completed in 1997. HTML4 quicky followed later that
+  3.2, which was completed in 1997. HTML4 quickly followed later that
   same year.</p>
 
   <p>The following year, the W3C membership decided to stop evolving
@@ -85507,7 +85507,7 @@
   <p>If nothing is returned, emit a U+0026 AMPERSAND character (&)
   token.</p>
 
-  <p>Otherwise, emit the character token that was returned.</p>
+  <p>Otherwise, emit the character tokens that were returned.</p>
 
   <p>Finally, switch to the <a href=#data-state>data state</a>.</p>
 
@@ -85542,7 +85542,7 @@
   <p>If nothing is returned, emit a U+0026 AMPERSAND character (&)
   token.</p>
 
-  <p>Otherwise, emit the character token that was returned.</p>
+  <p>Otherwise, emit the character tokens that were returned.</p>
 
   <p>Finally, switch to the <a href=#rcdata-state>RCDATA state</a>.</p>
 
@@ -86606,7 +86606,7 @@
   <p>If nothing is returned, append a U+0026 AMPERSAND character
   (&) to the current attribute's value.</p>
 
-  <p>Otherwise, append the returned character token to the current
+  <p>Otherwise, append the returned character tokens to the current
   attribute's value.</p>
 
   <p>Finally, switch back to the attribute value state that switched

Modified: source
===================================================================
--- source	2011-10-14 22:19:15 UTC (rev 6686)
+++ source	2011-10-14 22:24:05 UTC (rev 6687)
@@ -384,7 +384,7 @@
   <p>With the creation of the W3C, HTML's development changed venue
   again. A first abortive attempt at extending HTML in 1995 known as
   HTML 3.0 then made way to a more pragmatic approach known as HTML
-  3.2, which was completed in 1997. HTML4 quicky followed later that
+  3.2, which was completed in 1997. HTML4 quickly followed later that
   same year.</p>
 
   <p>The following year, the W3C membership decided to stop evolving
@@ -96918,7 +96918,7 @@
   <p>If nothing is returned, emit a U+0026 AMPERSAND character (&)
   token.</p>
 
-  <p>Otherwise, emit the character token that was returned.</p>
+  <p>Otherwise, emit the character tokens that were returned.</p>
 
   <p>Finally, switch to the <span>data state</span>.</p>
 
@@ -96958,7 +96958,7 @@
   <p>If nothing is returned, emit a U+0026 AMPERSAND character (&)
   token.</p>
 
-  <p>Otherwise, emit the character token that was returned.</p>
+  <p>Otherwise, emit the character tokens that were returned.</p>
 
   <p>Finally, switch to the <span>RCDATA state</span>.</p>
 
@@ -98203,7 +98203,7 @@
   <p>If nothing is returned, append a U+0026 AMPERSAND character
   (&) to the current attribute's value.</p>
 
-  <p>Otherwise, append the returned character token to the current
+  <p>Otherwise, append the returned character tokens to the current
   attribute's value.</p>
 
   <p>Finally, switch back to the attribute value state that switched




More information about the Commit-Watchers mailing list