[html5] r3057 - [e] (0) I keep forgetting the text/css quirk is already defined, so let's link t [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri May 1 16:15:46 PDT 2009


Author: ianh
Date: 2009-05-01 16:15:45 -0700 (Fri, 01 May 2009)
New Revision: 3057

Modified:
   index
   source
Log:
[e] (0) I keep forgetting the text/css quirk is already defined, so let's link to it explicitly.

Modified: index
===================================================================
--- index	2009-05-01 06:22:02 UTC (rev 3056)
+++ index	2009-05-01 23:15:45 UTC (rev 3057)
@@ -10179,18 +10179,23 @@
   used to determine whether to <em>apply</em> the resource, not the
   aforementioned assumed type.</p>
 
-  <p id=concept-link-type-sniffing>If the resource is expected to be
-  an image, user agents may apply the <a href=#content-type-sniffing:-image title="Content-Type
-  sniffing: image">image sniffing rules</a>, with the <var title="">official type</var> being the type determined from the
-  resource's <a href=#content-type-0 title=Content-Type>Content-Type metadata</a>,
-  and use the resulting sniffed type of the resource as if it was the
-  actual type. Otherwise, if the resource is not expected to be an
-  image, or if the user agent opts not to apply those rules, then the
-  user agent must use the resource's <a href=#content-type-0 title=Content-Type>Content-Type metadata</a> to determine the
+  <p id=concept-link-type-sniffing>If the external resource link
+  type defines rules for processing the resource's <a href=#content-type-0 title=Content-Type>Content-Type metadata</a>, then those rules
+  apply. Otherwise, if the resource is expected to be an image, user
+  agents may apply the <a href=#content-type-sniffing:-image title="Content-Type sniffing:
+  image">image sniffing rules</a>, with the <var title="">official
+  type</var> being the type determined from the resource's <a href=#content-type-0 title=Content-Type>Content-Type metadata</a>, and use the
+  resulting sniffed type of the resource as if it was the actual
+  type. Otherwise, if neither of these conditions apply or if the user
+  agent opts not to apply the image sniffing rules, then the user
+  agent must use the resource's <a href=#content-type-0 title=Content-Type>Content-Type metadata</a> to determine the
   type of the resource. If there is no type metadata, 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 class=note>The <code title=link-type-stylesheet>stylesheet</code> link type defines
+  rules for processing the resource's <a href=#content-type-0 title=Content-Type>Content-Type metadata</a>.</p>
+
   <p>Once the user agent has established the type of the resource, the
   user agent must apply the resource if it is of a supported type and
   the other relevant conditions apply, and must ignore the resource

Modified: source
===================================================================
--- source	2009-05-01 06:22:02 UTC (rev 3056)
+++ source	2009-05-01 23:15:45 UTC (rev 3057)
@@ -10689,20 +10689,28 @@
   used to determine whether to <em>apply</em> the resource, not the
   aforementioned assumed type.</p>
 
-  <p id="concept-link-type-sniffing">If the resource is expected to be
-  an image, user agents may apply the <span title="Content-Type
-  sniffing: image">image sniffing rules</span>, with the <var
-  title="">official type</var> being the type determined from the
-  resource's <span title="Content-Type">Content-Type metadata</span>,
-  and use the resulting sniffed type of the resource as if it was the
-  actual type. Otherwise, if the resource is not expected to be an
-  image, or if the user agent opts not to apply those rules, then the
-  user agent must use the resource's <span
+  <p id="concept-link-type-sniffing">If the external resource link
+  type defines rules for processing the resource's <span
+  title="Content-Type">Content-Type metadata</span>, then those rules
+  apply. Otherwise, if the resource is expected to be an image, user
+  agents may apply the <span title="Content-Type sniffing:
+  image">image sniffing rules</span>, with the <var title="">official
+  type</var> being the type determined from the resource's <span
+  title="Content-Type">Content-Type metadata</span>, and use the
+  resulting sniffed type of the resource as if it was the actual
+  type. Otherwise, if neither of these conditions apply or if the user
+  agent opts not to apply the image sniffing rules, then the user
+  agent must use the resource's <span
   title="Content-Type">Content-Type metadata</span> to determine the
   type of the resource. If there is no type metadata, 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 class="note">The <code
+  title="link-type-stylesheet">stylesheet</code> link type defines
+  rules for processing the resource's <span
+  title="Content-Type">Content-Type metadata</span>.</p>
+
   <p>Once the user agent has established the type of the resource, the
   user agent must apply the resource if it is of a supported type and
   the other relevant conditions apply, and must ignore the resource




More information about the Commit-Watchers mailing list