hixie: Handle the cases where this algorithm returns two tokens. (whatwg r6687)

hixie: Handle the cases where this algorithm returns two tokens. (whatwg
r6687)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5362&r2=1.5363&f=h
http://html5.org/tools/web-apps-tracker?from=6686&to=6687

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5362
retrieving revision 1.5363
diff -u -d -r1.5362 -r1.5363
--- Overview.html 14 Oct 2011 21:38:36 -0000 1.5362
+++ Overview.html 14 Oct 2011 22:27:35 -0000 1.5363
@@ -1406,7 +1406,7 @@
   hosted first at CERN, and then at the IETF.<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>The following year, the W3C membership decided to stop evolving
   HTML and instead begin work on an XML-based equivalent, called
   XHTML.  This effort
@@ -57421,7 +57421,7 @@
   <p>If nothing is returned, emit a U+0026 AMPERSAND character (&amp;)
   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>
 
@@ -57456,7 +57456,7 @@
   <p>If nothing is returned, emit a U+0026 AMPERSAND character (&amp;)
   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>
 
@@ -58520,7 +58520,7 @@
   <p>If nothing is returned, append a U+0026 AMPERSAND character
   (&amp;) 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

Received on Friday, 14 October 2011 22:27:56 UTC