hixie: clarity (whatwg r3932)

hixie: clarity (whatwg r3932)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3093&r2=1.3094&f=h
http://html5.org/tools/web-apps-tracker?from=3931&to=3932

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3093
retrieving revision 1.3094
diff -u -d -r1.3093 -r1.3094
--- Overview.html 21 Sep 2009 10:51:09 -0000 1.3093
+++ Overview.html 21 Sep 2009 11:09:16 -0000 1.3094
@@ -46837,14 +46837,14 @@
   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.<p class="note">This is a <a href="#willful-violation" title="willful violation">willful
-  double violation</a> 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.<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
   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, 21 September 2009 11:10:14 UTC