[html5] r4275 - [e] (0) Clarify that type='' on <link> should prevent a style sheet from being a [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 22 16:58:43 PDT 2009
Author: ianh
Date: 2009-10-22 16:58:40 -0700 (Thu, 22 Oct 2009)
New Revision: 4275
Modified:
complete.html
index
source
Log:
[e] (0) Clarify that type='' on <link> should prevent a style sheet from being applied.
Modified: complete.html
===================================================================
--- complete.html 2009-10-22 23:49:41 UTC (rev 4274)
+++ complete.html 2009-10-22 23:58:40 UTC (rev 4275)
@@ -10982,10 +10982,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
Modified: index
===================================================================
--- index 2009-10-22 23:49:41 UTC (rev 4274)
+++ index 2009-10-22 23:58:40 UTC (rev 4275)
@@ -10812,10 +10812,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
Modified: source
===================================================================
--- source 2009-10-22 23:49:41 UTC (rev 4274)
+++ source 2009-10-22 23:58:40 UTC (rev 4275)
@@ -11330,10 +11330,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 <span>MIME type</span> for the given link
+ the given type (even if that is not a <span>valid MIME type</span>,
+ 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 <span>MIME type</span> for the given link
relationship, then the UA should not <span
title="concept-link-obtain">obtain</span> the resource; if the UA
does support the given <span>MIME type</span> for the given link
More information about the Commit-Watchers
mailing list