- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Sep 2011 20:56:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv4246 Modified Files: Overview.html Log Message: Fix infinite loop. Oops. (whatwg r6538) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5236 retrieving revision 1.5237 diff -u -d -r1.5236 -r1.5237 --- Overview.html 4 Sep 2011 17:59:06 -0000 1.5236 +++ Overview.html 4 Sep 2011 20:56:30 -0000 1.5237 @@ -3723,6 +3723,9 @@ <li><p>Add the string collected in the previous step to <var title="">tokens</var>.</li> + <li><p>Advance <var title="">position</var> to the next character + in <var title="">input</var>.</li> + </ol></li> <li><p>Return <var title="">tokens</var>.</li> @@ -72819,6 +72822,7 @@ Ralf Stoltze, Ralph Giles, Raphael Champeimont, + Remci Mizkur, Remco, Remy Sharp, Rene Saarsoo,
Received on Sunday, 4 September 2011 20:57:09 UTC