[html5] r1578 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu May 8 23:54:23 PDT 2008


Author: ianh
Date: 2008-05-08 23:54:23 -0700 (Thu, 08 May 2008)
New Revision: 1578

Modified:
   index
   source
Log:
[] (0) Try to make it more precise when a UA has to download a resource in a <link> with no type=''.

Modified: index
===================================================================
--- index	2008-05-09 06:51:38 UTC (rev 1577)
+++ index	2008-05-09 06:54:23 UTC (rev 1578)
@@ -7717,12 +7717,13 @@
    the resource, user agents must not use metadata included in the link to
    the resource to determine its type.
 
-  <p>If the attribute is omitted, then the UA must fetch the resource and
-   determine its type <a href="#content-type8" title=Content-Type>from its
-   Content-Type metadata</a> to determine if it supports (and can apply) that
-   external resource. If no type metadata is specified, but the external
-   resource link type has a default type defined, then the user agent must
-   assume that the resource is of that type.
+  <p>If the attribute is omitted, but the user agent would fetch the resource
+   if the type was known and supported, then the user agent must fetch the
+   resource and determine its type <a href="#content-type8"
+   title=Content-Type>from its Content-Type metadata</a> to determine if it
+   supports (and can apply) that external resource. If no type metadata is
+   specified, but the external resource link type has a default type defined,
+   then the user agent must assume that the resource is of that type.
 
   <div class=example>
    <p>If a document contains four style sheet links labelled as follows:</p>

Modified: source
===================================================================
--- source	2008-05-09 06:51:38 UTC (rev 1577)
+++ source	2008-05-09 06:54:23 UTC (rev 1578)
@@ -6147,12 +6147,14 @@
   upon fetching the resource, user agents must not use metadata
   included in the link to the resource to determine its type.</p>
 
-  <p>If the attribute is omitted, then the UA must fetch the resource
-  and determine its type <span title="Content-Type">from its
-  Content-Type metadata</span> to determine if it supports (and can
-  apply) that external resource. If no type metadata is specified, but
-  the external resource link type has a default type defined, then the
-  user agent must assume that the resource is of that type.</p>
+  <p>If the attribute is omitted, but the user agent would fetch the
+  resource if the type was known and supported, then the user agent
+  must fetch the resource and determine its type <span
+  title="Content-Type">from its Content-Type metadata</span> to
+  determine if it supports (and can apply) that external resource. If
+  no type metadata is specified, but the external resource link type
+  has a default type defined, then the user agent must assume that the
+  resource is of that type.</p>
 
   <div class="example">
 




More information about the Commit-Watchers mailing list