Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Prevent <object type=text/plain data> from triggering text…
…-v-binary sniffing when the UA has a text/plain plugin, unless the server also says text/plain.

git-svn-id: http://svn.whatwg.org/webapps@4148 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 16, 2009
1 parent 737b077 commit c9673a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
9 changes: 3 additions & 6 deletions complete.html
Expand Up @@ -20943,14 +20943,11 @@ <h4 id=the-object-element><span class=secno>4.8.5 </span>The <dfn><code>object</
specified in <a href=#content-type title=Content-Type>the resource's
Content-Type metadata</a>.</p>

</li>

<li>

<p>If the <var title="">resource type</var> is "<code title="">text/plain</code>", then let the <var title="">resource type</var> be the result of applying the
<p>If this results in thee <var title="">resource type</var>
being "<code title="">text/plain</code>", then let the <var title="">resource type</var> be the result of applying the
<a href=#content-type-sniffing:-text-or-binary title="Content-Type sniffing: text or binary">rules for
distingushing if a resource is text or binary</a> to the
resource.</p>
resource instead.</p>

</li>

Expand Down
9 changes: 3 additions & 6 deletions index
Expand Up @@ -20772,14 +20772,11 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
specified in <a href=#content-type title=Content-Type>the resource's
Content-Type metadata</a>.</p>

</li>

<li>

<p>If the <var title="">resource type</var> is "<code title="">text/plain</code>", then let the <var title="">resource type</var> be the result of applying the
<p>If this results in thee <var title="">resource type</var>
being "<code title="">text/plain</code>", then let the <var title="">resource type</var> be the result of applying the
<a href=#content-type-sniffing:-text-or-binary title="Content-Type sniffing: text or binary">rules for
distingushing if a resource is text or binary</a> to the
resource.</p>
resource instead.</p>

</li>

Expand Down
10 changes: 3 additions & 7 deletions source
Expand Up @@ -22284,16 +22284,12 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
specified in <span title="Content-Type">the resource's
Content-Type metadata</span>.</p>

</li>

<li>

<p>If the <var title="">resource type</var> is "<code
title="">text/plain</code>", then let the <var
<p>If this results in thee <var title="">resource type</var>
being "<code title="">text/plain</code>", then let the <var
title="">resource type</var> be the result of applying the
<span title="Content-Type sniffing: text or binary">rules for
distingushing if a resource is text or binary</span> to the
resource.</p>
resource instead.</p>

</li>

Expand Down

0 comments on commit c9673a6

Please sign in to comment.