Short URL: http://html5.org/r/7625
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 7625 | 20391 | Fly your flags at half mast for E4X. | 2012-12-31 05:05 |
Index: source
===================================================================
--- source (revision 7624)
+++ source (revision 7625)
@@ -17659,8 +17659,10 @@
<dt>"<code>text/x-javascript</code>"</dt>
<dd>JavaScript. <a href="#refsECMA262">[ECMA262]</a></dd>
+<!--(historical footnote)
<dt>"<code>text/javascript;e4x=1</code>"</dt>
<dd>JavaScript with ECMAScript for XML. <a href="#refsECMA357">[ECMA357]</a></dd>
+-->
</dl>
@@ -17700,7 +17702,7 @@
<p>When examining types to determine if they represent supported languages, user agents must not
ignore MIME parameters. Types are to be compared including all parameters.</p> <!-- whether the
order of parameters matters is left undefined until such time as it matters; so far the only
- relevant parameter is 'e4x' -->
+ relevant parameter was 'e4x', and it's gone for now -->
<p class="note">For example, types that include the <code title="">charset</code> parameter will
not be recognized as referencing any of the scripting languages listed above.</p>