hixie: Allow skipping sniffing steps. (whatwg r4556)

hixie: Allow skipping sniffing steps. (whatwg r4556)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3635&r2=1.3636&f=h
http://html5.org/tools/web-apps-tracker?from=4555&to=4556

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3635
retrieving revision 1.3636
diff -u -d -r1.3635 -r1.3636
--- Overview.html 10 Jan 2010 10:50:08 -0000 1.3635
+++ Overview.html 10 Jan 2010 11:03:22 -0000 1.3636
@@ -17552,6 +17552,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,

Received on Sunday, 10 January 2010 11:04:00 UTC