[html5] r4520 - [giow] (2) Make <style type='text/css; charset=xxx'> ignored. Fixing http://www.w [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 6 02:51:09 PST 2010


Author: ianh
Date: 2010-01-06 02:51:06 -0800 (Wed, 06 Jan 2010)
New Revision: 4520

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Make <style type='text/css;charset=xxx'> ignored.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8556

Modified: complete.html
===================================================================
--- complete.html	2010-01-06 10:48:36 UTC (rev 4519)
+++ complete.html	2010-01-06 10:51:06 UTC (rev 4520)
@@ -11870,7 +11870,9 @@
   <!-- this paragraph is also present in the <script> 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: index
===================================================================
--- index	2010-01-06 10:48:36 UTC (rev 4519)
+++ index	2010-01-06 10:51:06 UTC (rev 4520)
@@ -11705,7 +11705,9 @@
   <!-- this paragraph is also present in the <script> 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	2010-01-06 10:48:36 UTC (rev 4519)
+++ source	2010-01-06 10:51:06 UTC (rev 4520)
@@ -12350,7 +12350,10 @@
   <!-- this paragraph is also present in the <script> 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></p>
 
   </div>
 




More information about the Commit-Watchers mailing list