- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 Oct 2011 22:27:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10483 Modified Files: Overview.html Log Message: Handle the cases where this algorithm returns two tokens. (whatwg r6687) Index: Overview.html =================================================================== 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 (&) 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 (&) 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 (&) 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:45 UTC