[html5] r1595 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon May 12 17:35:10 PDT 2008
Author: ianh
Date: 2008-05-12 17:35:09 -0700 (Mon, 12 May 2008)
New Revision: 1595
Modified:
index
source
Log:
[e] (0) Writing cache manifests: clarify that the BOM is allowed and won't cause ignoring of the file.
Modified: index
===================================================================
--- index 2008-05-12 10:06:41 UTC (rev 1594)
+++ index 2008-05-13 00:35:09 UTC (rev 1595)
@@ -25,7 +25,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft>Draft Recommendation — 12 May
+ <h2 class="no-num no-toc" id=draft>Draft Recommendation — 13 May
2008</h2>
<p>You can take part in this work. <a
@@ -29633,9 +29633,9 @@
<p>The first line of an application cache manifest must consist of the
string "CACHE", a single U+0020 SPACE character, the string "MANIFEST",
and zero or more U+0020 SPACE and U+0009 CHARACTER TABULATION (tab)
- characters. If any other text is found on the first line, the user agent
- will ignore the entire file. The first line may optionally be preceded by
- a U+FEFF BYTE ORDER MARK (BOM) character.
+ characters. The first line may optionally be preceded by a U+FEFF BYTE
+ ORDER MARK (BOM) character. If any other text is found on the first line,
+ the user agent will ignore the entire file.
<p>Subsequent lines, if any, must all be one of the following:
Modified: source
===================================================================
--- source 2008-05-12 10:06:41 UTC (rev 1594)
+++ source 2008-05-13 00:35:09 UTC (rev 1595)
@@ -27469,10 +27469,10 @@
<p>The first line of an application cache manifest must consist of
the string "CACHE", a single U+0020 SPACE character, the string
"MANIFEST", and zero or more U+0020 SPACE and U+0009 CHARACTER
- TABULATION (tab) characters. If any other text is found on the first
- line, the user agent will ignore the entire file. The first line may
- optionally be preceded by a U+FEFF BYTE ORDER MARK (BOM)
- character.</p>
+ TABULATION (tab) characters. The first line may optionally be
+ preceded by a U+FEFF BYTE ORDER MARK (BOM) character. If any other
+ text is found on the first line, the user agent will ignore the
+ entire file.</p>
<p>Subsequent lines, if any, must all be one of the following:</p>
More information about the Commit-Watchers
mailing list