Skip to content

Commit

Permalink
[t] (0) Allow skipping sniffing steps.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8479

git-svn-id: http://svn.whatwg.org/webapps@4556 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 10, 2010
1 parent c3fc2a4 commit 7469ac1
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
13 changes: 13 additions & 0 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -20454,6 +20454,19 @@ <h4 id=the-object-element><span class=secno>4.8.5 </span>The <dfn><code>object</

</li>

<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>
Expand Down
13 changes: 13 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -20319,6 +20319,19 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>

</li>

<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>
Expand Down
14 changes: 14 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -21744,6 +21744,20 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

</li>

<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>
Expand Down

0 comments on commit 7469ac1

Please sign in to comment.