My understanding is that mime types are set by the web server. Why do we add the type="text/javascript or type="text/css" attribute? Isn't this a useless and ignored attribute?
| |||||||||||
feedback
|
For entertainment purposes only, I tried out the following five scripts
On Chrome, all but script 3 ( | |||||||||||||||
feedback
|
|
Because, at least in HTML 4.01 and XHTML 1(.1), the In HTML 5, In fact, while you should use Notice the difference between RFC 4329, that marked | ||||
|
feedback
|
|
Boris Zbarsky (Mozilla), who probably knows more about the innards of Gecko than anyone else, provided at http://lists.w3.org/Archives/Public/public-html/2009Apr/0195.html the pseudocode repeated below to describe what Gecko based browsers do:
| |||||||||
feedback
|
|
It allows browsers to determine if they can handle the scripting/style language before making a request for the script or stylesheet (or, in the case of embedded script/style, identify which language is being used). This would be much more important if there had been more competition among languages in browser space, but VBScript never made it beyond IE and PerlScript never made it beyond an IE specific plugin while JSSS was pretty rubbish to begin with. The draft of HTML5 makes the attribute optional. | ||||
|
feedback
|