- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Apr 2009 18:52:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18344
Modified Files:
Overview.html
Log Message:
Correct a note about JavaScript MIME types. (whatwg r2955)
Index: Overview.html
===================================================================
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:52:14 UTC