[html5] r4556 - [t] (0) Allow skipping sniffing steps. Fixing http://www.w3.org/Bugs/Public/show [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Jan 10 03:03:17 PST 2010


Author: ianh
Date: 2010-01-10 03:03:15 -0800 (Sun, 10 Jan 2010)
New Revision: 4556

Modified:
   complete.html
   index
   source
Log:
[t] (0) Allow skipping sniffing steps.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8479

Modified: complete.html
===================================================================
--- complete.html	2010-01-10 10:49:59 UTC (rev 4555)
+++ complete.html	2010-01-10 11:03:15 UTC (rev 4556)
@@ -20456,6 +20456,19 @@
 
        <li>
 
+        <!-- by request: http://www.w3.org/Bugs/Public/show_bug.cgi?id=8479 -->
+
+        <p>If the user agent is configured to strictly obey
+        Content-Type headers for this resource, and the resource has
+        <a href=#content-type title=Content-Type>associated Content-Type
+        metadata</a>, then let the <var title="">resource
+        type</var> be the type specified in <a href=#content-type title=Content-Type>the resource's Content-Type
+        metadata</a>, and abort these substeps.</p>
+
+       </li>
+
+       <li>
+
         <p>If there is a <code title=attr-object-type><a href=#attr-object-type>type</a></code>
         attribute present on the <code><a href=#the-object-element>object</a></code> element, and that
         attribute's value is not a type that the user agent supports,

Modified: index
===================================================================
--- index	2010-01-10 10:49:59 UTC (rev 4555)
+++ index	2010-01-10 11:03:15 UTC (rev 4556)
@@ -20321,6 +20321,19 @@
 
        <li>
 
+        <!-- by request: http://www.w3.org/Bugs/Public/show_bug.cgi?id=8479 -->
+
+        <p>If the user agent is configured to strictly obey
+        Content-Type headers for this resource, and the resource has
+        <a href=#content-type title=Content-Type>associated Content-Type
+        metadata</a>, then let the <var title="">resource
+        type</var> be the type specified in <a href=#content-type title=Content-Type>the resource's Content-Type
+        metadata</a>, and abort these substeps.</p>
+
+       </li>
+
+       <li>
+
         <p>If there is a <code title=attr-object-type><a href=#attr-object-type>type</a></code>
         attribute present on the <code><a href=#the-object-element>object</a></code> element, and that
         attribute's value is not a type that the user agent supports,

Modified: source
===================================================================
--- source	2010-01-10 10:49:59 UTC (rev 4555)
+++ source	2010-01-10 11:03:15 UTC (rev 4556)
@@ -21746,6 +21746,20 @@
 
        <li>
 
+        <!-- by request: http://www.w3.org/Bugs/Public/show_bug.cgi?id=8479 -->
+
+        <p>If the user agent is configured to strictly obey
+        Content-Type headers for this resource, and the resource has
+        <span title="Content-Type">associated Content-Type
+        metadata</span>, then let the <var title="">resource
+        type</var> be the type specified in <span
+        title="Content-Type">the resource's Content-Type
+        metadata</span>, and abort these substeps.</p>
+
+       </li>
+
+       <li>
+
         <p>If there is a <code title="attr-object-type">type</code>
         attribute present on the <code>object</code> element, and that
         attribute's value is not a type that the user agent supports,




More information about the Commit-Watchers mailing list