- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Oct 2010 23:46:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26041
Modified Files:
offline.html spec.html
Log Message:
Remove a 'willful violation' note. (whatwg r5578)
[updated by splitter]
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.1006
retrieving revision 1.1007
diff -u -d -r1.1006 -r1.1007
--- offline.html 29 Sep 2010 19:16:52 -0000 1.1006
+++ offline.html 4 Oct 2010 23:46:38 -0000 1.1007
@@ -732,14 +732,11 @@
encoded using UTF-8. Data in application cache manifests is
line-based. Newlines must be represented by U+000A LINE FEED (LF)
characters, U+000D CARRIAGE RETURN (CR) characters, or U+000D
- CARRIAGE RETURN (CR) U+000A LINE FEED (LF) pairs. <a href="references.html#refsRFC3629">[RFC3629]</a></p><p class="note">This is a <a href="introduction.html#willful-violation">willful violation</a> of two
- aspects of RFC 2046, which requires all <code title="">text/*</code>
- types to support an open-ended set of character encodings and only
- allows CRLF line breaks. These requirements, however, are outdated;
- UTF-8 is now widely used, such that supporting other encodings is no
- longer necessary, and use of CR, LF, and CRLF line breaks is
- commonly supported and indeed sometimes CRLF is <em>not</em>
- supported by text editors. <a href="references.html#refsRFC2046">[RFC2046]</a></p><!-- also RFC 2045 for charset --><p>The first line of an application cache manifest must consist of
+ CARRIAGE RETURN (CR) U+000A LINE FEED (LF) pairs. <a href="references.html#refsRFC3629">[RFC3629]</a></p><p class="note">This is a <a href="introduction.html#willful-violation">willful violation</a> of RFC
+ 2046, which requires all <code title="">text/*</code> types to only
+ allow CRLF line breaks. This requirement, however, is outdated; the
+ use of CR, LF, and CRLF line breaks is commonly supported and indeed
+ sometimes CRLF is <em>not</em> supported by text editors. <a href="references.html#refsRFC2046">[RFC2046]</a></p><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 either a U+0020 SPACE character, a U+0009 CHARACTER
TABULATION (tab) character, a U+000A LINE FEED (LF) character, or a
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1267
retrieving revision 1.1268
diff -u -d -r1.1267 -r1.1268
--- spec.html 4 Oct 2010 21:46:52 -0000 1.1267
+++ spec.html 4 Oct 2010 23:46:38 -0000 1.1268
@@ -341,7 +341,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4456.
+This is revision 1.4457.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 4 October 2010 23:46:42 UTC