- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Oct 2008 00:53:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27989
Modified Files:
Overview.html
Log Message:
unnecessary, the line never has leading whitespace (whatwg r2341)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1513
retrieving revision 1.1514
diff -u -d -r1.1513 -r1.1514
--- Overview.html 16 Oct 2008 00:49:43 -0000 1.1513
+++ Overview.html 16 Oct 2008 00:53:24 -0000 1.1514
@@ -27613,10 +27613,6 @@
<li><p>Let <var title="">tokens</var> be a list of strings,
initially empty.</li>
- <li><p>While <var title="">position</var> doesn't point past the
- end of <var title="">line</var> and the character at <var title="">position</var> is either a U+0020 SPACE or a U+0009
- CHARACTER TABULATION (tab) character, advance <var title="">position</var> to the next character in <var title="">input</var>.</li>
-
<li>
<p>While <var title="">position</var> doesn't point past the end
Received on Thursday, 16 October 2008 00:53:37 UTC