[html5] r1045 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 11 14:07:50 PDT 2007
Author: ianh
Date: 2007-10-11 14:07:49 -0700 (Thu, 11 Oct 2007)
New Revision: 1045
Modified:
index
source
Log:
[] (0) Allow the CACHE MANIFEST line to have trailing spaces in the parser (was already allowed in the syntax).
Modified: index
===================================================================
--- index 2007-10-11 20:58:35 UTC (rev 1044)
+++ index 2007-10-11 21:07:49 UTC (rev 1045)
@@ -26179,6 +26179,10 @@
a failure while checking for the magic signature.
<li>
+ <p><a href="#collect">Collect a sequence of characters</a> that are
+ U+0020 SPACE or U+0009 CHARACTER TABULATION (tab) characters.
+
+ <li>
<p>If <var title="">position</var> is not past the end of <var
title="">input</var> and the character at <var title="">position</var>
is neither a U+000A LINE FEED (LF) characters nor a U+000D CARRIAGE
Modified: source
===================================================================
--- source 2007-10-11 20:58:35 UTC (rev 1044)
+++ source 2007-10-11 21:07:49 UTC (rev 1045)
@@ -23801,6 +23801,10 @@
abort this algorithm with a failure while checking for the magic
signature.</p></li>
+ <li><p><span>Collect a sequence of characters</span> that are
+ U+0020 SPACE or U+0009 CHARACTER TABULATION (tab)
+ characters.</p></li>
+
<li><p>If <var title="">position</var> is not past the end of <var
title="">input</var> and the character at <var
title="">position</var> is neither a U+000A LINE FEED (LF)
More information about the Commit-Watchers
mailing list