html5/spec Overview.html,1.3296,1.3297

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29589

Modified Files:
	Overview.html 
Log Message:
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)

Index: Overview.html
===================================================================
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:41:54 UTC