html5/spec Overview.html,1.3415,1.3416

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

Modified Files:
	Overview.html 
Log Message:
Clarify that type='' on <link> should prevent a style sheet from being applied. (whatwg r4275)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3415
retrieving revision 1.3416
diff -u -d -r1.3415 -r1.3416
--- Overview.html	22 Oct 2009 23:37:07 -0000	1.3415
+++ Overview.html	22 Oct 2009 23:45:35 -0000	1.3416
@@ -9624,10 +9624,11 @@
   is used as a hint to user agents so that they can avoid fetching
   resources they do not support. <span class="impl">If the attribute
   is present, then the user agent must assume that the resource is of
-  the given type. If the attribute is omitted, but the external
-  resource link type has a default type defined, then the user agent
-  must assume that the resource is of that type. If the UA does not
-  support the given <a href="#mime-type">MIME type</a> for the given link
+  the given type (even if that is not a <a href="#valid-mime-type">valid MIME type</a>,
+  e.g. the empty string). If the attribute is omitted, but the
+  external resource link type has a default type defined, then the
+  user agent must assume that the resource is of that type. If the UA
+  does not support the given <a href="#mime-type">MIME type</a> for the given link
   relationship, then the UA should not <a href="#concept-link-obtain" title="concept-link-obtain">obtain</a> the resource; if the UA
   does support the given <a href="#mime-type">MIME type</a> for the given link
   relationship, then the UA should <a href="#concept-link-obtain" title="concept-link-obtain">obtain</a> the resource. If the

Received on Thursday, 22 October 2009 23:45:42 UTC