html5/spec Overview.html,1.4456,1.4457

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23745

Modified Files:
	Overview.html 
Log Message:
Remove a 'willful violation' note. (whatwg r5578)

Index: Overview.html
===================================================================
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:36:34 UTC