- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Jan 2010 20:50:44 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: remove redundant requirement (whatwg r4489) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3588&r2=1.3589&f=h http://html5.org/tools/web-apps-tracker?from=4488&to=4489 =================================================================== 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:51:12 UTC