- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 07 Aug 2009 09:49:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28466
Modified Files:
Overview.html
Log Message:
We've said it's a UTF-8 doc, so mentioning the encoding again is redundant. (whatwg r3553)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2745
retrieving revision 1.2746
diff -u -d -r1.2745 -r1.2746
--- Overview.html 7 Aug 2009 09:44:31 -0000 1.2745
+++ Overview.html 7 Aug 2009 09:49:02 -0000 1.2746
@@ -66146,10 +66146,10 @@
<dt>Additional information:</dt>
<dd>
<dl><dt>Magic number(s):</dt>
- <dd>Cache manifests begin with the US-ASCII string "<code title="">CACHE MANIFEST</code>", followed by either a U+0020
- SPACE character, a U+0009 CHARACTER TABULATION (tab) character, a
- U+000A LINE FEED (LF) character, or a U+000D CARRIAGE RETURN (CR)
- character.</dd>
+ <dd>Cache manifests begin with the string "<code title="">CACHE
+ MANIFEST</code>", followed by either a U+0020 SPACE character, a
+ U+0009 CHARACTER TABULATION (tab) character, a U+000A LINE FEED
+ (LF) character, or a U+000D CARRIAGE RETURN (CR) character.</dd>
<dt>File extension(s):</dt>
<dd>"<code title="">manifest</code>"</dd>
<dt>Macintosh file type code(s):</dt>
Received on Friday, 7 August 2009 09:49:14 UTC