hixie: Remove a 'willful violation' note. (whatwg r5578)

hixie: Remove a 'willful violation' note. (whatwg r5578)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4456&r2=1.4457&f=h
http://html5.org/tools/web-apps-tracker?from=5577&to=5578

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4456
retrieving revision 1.4457
diff -u -d -r1.4456 -r1.4457
--- Overview.html 4 Oct 2010 21:23:57 -0000 1.4456
+++ Overview.html 4 Oct 2010 23:36:29 -0000 1.4457
@@ -45366,14 +45366,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="#refsRFC3629">[RFC3629]</a><p class="note">This is a <a href="#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="#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="#refsRFC3629">[RFC3629]</a><p class="note">This is a <a href="#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="#refsRFC2046">[RFC2046]</a><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

Received on Monday, 4 October 2010 23:37:39 UTC