- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 10 Jan 2010 11:03:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27870
Modified Files:
Overview.html
Log Message:
Allow skipping sniffing steps. (whatwg r4556)
Index: Overview.html
===================================================================
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:03:26 UTC