html5/spec Overview.html,1.2790,1.2791

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20296

Modified Files:
	Overview.html 
Log Message:
Clarify processing of charset in script type. (whatwg r3599)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2790
retrieving revision 1.2791
diff -u -d -r1.2790 -r1.2791
--- Overview.html	12 Aug 2009 08:43:26 -0000	1.2790
+++ Overview.html	12 Aug 2009 22:37:45 -0000	1.2791
@@ -13077,7 +13077,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>
 

Received on Wednesday, 12 August 2009 22:37:57 UTC