[html5] r1289 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 29 12:16:11 PST 2008


Author: ianh
Date: 2008-02-29 12:16:08 -0800 (Fri, 29 Feb 2008)
New Revision: 1289

Modified:
   index
   source
Log:
[iow] (2) The first quirk: ignore Content-Type for rel=stylesheet

Modified: index
===================================================================
--- index	2008-02-29 20:11:24 UTC (rev 1288)
+++ index	2008-02-29 20:16:08 UTC (rev 1289)
@@ -32873,6 +32873,12 @@
    title=rel-stylesheet><a href="#stylesheet">stylesheet</a></code> keyword
    is <code title="">text/css</code>.
 
+  <p><strong>Quirk:</strong> If the document has been set to <a
+   href="#quirks">quirks mode</a> and the <a href="#content-type8"
+   title=Content-Type>Content-Type metadata</a> of the external resource is
+   not a supported style sheet type, the user agent must instead assume it to
+   be <code title="">text/css</code>.
+
   <h5 id=link-type15><span class=secno>4.12.3.17. </span>Link type "<dfn
    id=sidebar title=rel-sidebar><code>sidebar</code></dfn>"</h5>
 

Modified: source
===================================================================
--- source	2008-02-29 20:11:24 UTC (rev 1288)
+++ source	2008-02-29 20:16:08 UTC (rev 1289)
@@ -30419,7 +30419,13 @@
   title="rel-stylesheet">stylesheet</code> keyword is <code
   title="">text/css</code>.</p>
 
+  <p><strong>Quirk:</strong> If the document has been set to
+  <span>quirks mode</span> and the <span
+  title="Content-Type">Content-Type metadata</span> of the external
+  resource is not a supported style sheet type, the user agent must
+  instead assume it to be <code title="">text/css</code>.</p>
 
+
   <h5>Link type "<dfn title="rel-sidebar"><code>sidebar</code></dfn>"</h5>
 
   <p>The <code title="rel-sidebar">sidebar</code> keyword may be used




More information about the Commit-Watchers mailing list