- From: poot <cvsmail@w3.org>
- Date: Fri, 3 Apr 2009 03:54:06 +0900 (JST)
- To: public-html-diffs@w3.org
Correct a note about JavaScript MIME types. (whatwg r2955)
2.2.1 Dependencies
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2119.html#dependencies
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2118&r2=1.2119&f=h
http://html5.org/tools/web-apps-tracker?from=2954&to=2955
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2118
retrieving revision 1.2119
diff -u -d -r1.2118 -r1.2119
--- Overview.html 2 Apr 2009 00:48:59 -0000 1.2118
+++ Overview.html 2 Apr 2009 18:52:01 -0000 1.2119
@@ -1700,7 +1700,8 @@
rather than the official term ECMAScript, since the term
JavaScript is more widely known. Similarly, the MIME type used to
refer to JavaScript in this specification is <code title="">text/javascript</code>, since that is the most commonly
- used type. This is a willful violation of RFC 4329. <a href=#references>[RFC4329]</a></p>
+ used type, despite it being an officially obsoleted type according
+ to RFC 4329. <!--willful violation--> <a href=#references>[RFC4329]</a></p>
</dd>
Received on Thursday, 2 April 2009 18:54:42 UTC