[html5] r4148 - [giow] (2) Prevent <object type=text/plain data> from triggering text-v-binary s [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Oct 16 00:53:36 PDT 2009
Author: ianh
Date: 2009-10-16 00:53:34 -0700 (Fri, 16 Oct 2009)
New Revision: 4148
Modified:
complete.html
index
source
Log:
[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.
Modified: complete.html
===================================================================
--- complete.html 2009-10-16 06:16:47 UTC (rev 4147)
+++ complete.html 2009-10-16 07:53:34 UTC (rev 4148)
@@ -20943,14 +20943,11 @@
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>
Modified: index
===================================================================
--- index 2009-10-16 06:16:47 UTC (rev 4147)
+++ index 2009-10-16 07:53:34 UTC (rev 4148)
@@ -20772,14 +20772,11 @@
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>
Modified: source
===================================================================
--- source 2009-10-16 06:16:47 UTC (rev 4147)
+++ source 2009-10-16 07:53:34 UTC (rev 4148)
@@ -22284,16 +22284,12 @@
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>
More information about the Commit-Watchers
mailing list