hixie: 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. (whatwg r4148)

hixie: 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. (whatwg r4148)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3296&r2=1.3297&f=h
http://html5.org/tools/web-apps-tracker?from=4147&to=4148

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3296
retrieving revision 1.3297
diff -u -d -r1.3296 -r1.3297
--- Overview.html 16 Oct 2009 06:05:02 -0000 1.3296
+++ Overview.html 16 Oct 2009 07:41:49 -0000 1.3297
@@ -18156,14 +18156,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>

Received on Friday, 16 October 2009 07:42:35 UTC