[html5] r3599 - [] (0) Clarify processing of charset in script type.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 12 15:37:40 PDT 2009
Author: ianh
Date: 2009-08-12 15:37:39 -0700 (Wed, 12 Aug 2009)
New Revision: 3599
Modified:
index
source
Log:
[] (0) Clarify processing of charset in script type.
Modified: index
===================================================================
--- index 2009-08-12 08:43:20 UTC (rev 3598)
+++ index 2009-08-12 22:37:39 UTC (rev 3599)
@@ -12865,7 +12865,9 @@
<!-- this paragraph is also present in the <style> section -->
<p>When examining types to determine if they support the language,
user agents must not ignore unknown MIME parameters — types
- with unknown parameters must be assumed to be unsupported.</p>
+ with unknown parameters must be assumed to be unsupported. The <code title="">charset</code> parameter must be treated as an unknown
+ parameter for the purpose of comparing <a href=#mime-type title="MIME type">MIME
+ types</a> here.</p>
</div>
Modified: source
===================================================================
--- source 2009-08-12 08:43:20 UTC (rev 3598)
+++ source 2009-08-12 22:37:39 UTC (rev 3599)
@@ -12644,7 +12644,10 @@
<!-- this paragraph is also present in the <style> section -->
<p>When examining types to determine if they support the language,
user agents must not ignore unknown MIME parameters — types
- with unknown parameters must be assumed to be unsupported.</p>
+ with unknown parameters must be assumed to be unsupported. The <code
+ title="">charset</code> parameter must be treated as an unknown
+ parameter for the purpose of comparing <span title="MIME type">MIME
+ types</span> here.</p>
</div>
More information about the Commit-Watchers
mailing list