- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Jan 2010 11:50:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv26553 Modified Files: Overview.html Log Message: remove redundant requirement (whatwg r4489) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3588 retrieving revision 1.3589 diff -u -d -r1.3588 -r1.3589 --- Overview.html 5 Jan 2010 11:45:00 -0000 1.3588 +++ Overview.html 5 Jan 2010 11:50:34 -0000 1.3589 @@ -4014,7 +4014,7 @@ <li><p>Let <var title="">position</var> be a pointer into <var title="">input</var>, initially pointing at the start of the string.</li> - <li><p>If <var title="">position</var> is beyond the end of <var title="">input</var>, set the string being modified to <var title="">output</var>, and abort these steps.</li> + <li><p>If <var title="">position</var> is beyond the end of <var title="">input</var>, abort these steps.</li> <li><p>If the character at <var title="">position</var> is a <a href="#space-character">space character</a>:</p>
Received on Tuesday, 5 January 2010 11:50:38 UTC