html5/spec Overview.html,1.4008,1.4009

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

Modified Files:
	Overview.html 
Log Message:
Make <object type=application/octet-stream> ignore the type= attribute for legacy compat also when Content-Type is set to application/octet-stream, or is set to text/plain and data is binary. (whatwg r4991)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4008
retrieving revision 1.4009
diff -u -d -r1.4008 -r1.4009
--- Overview.html	9 Apr 2010 04:05:39 -0000	1.4008
+++ Overview.html	9 Apr 2010 04:14:35 -0000	1.4009
@@ -19137,10 +19137,10 @@
    |                 Does the page sniff as binary? ======> Is there a type="" attribute?       application/octet-stream?    |
    |                   |                                     |              |                      |                |        |
    |                   | NO                                  | YES          | NO                   | YES            | NO     |
-   |                   |                                     |              V                      V                |        |
-   |                   |                                     |             Extension that is plugin type?           |        |
+   |                   |                                     |       YES    V                      V                |        |
+   |                   |                  application/octet-stream? =====> Extension that is plugin type?           |        |
    |                   |                                     |                          |          |                |        |
-   |                   |                                     |                          | NO       | YES            |        |
+   |                   |                                     | NO                       | NO       | YES            |        |
    |                   |                                     V                          |          |                |        |
    |                   |                           Type attribute is XML or     YES     V          |                |        |
    |                   |                           doesn't start with image/* ======> FALLBACK     |                |        |
@@ -19247,7 +19247,8 @@
            <li>
 
             <p>If there is a <code title="attr-object-type"><a href="#attr-object-type">type</a></code> attribute present on
-            the <code><a href="#the-object-element">object</a></code> element, then run the
+            the <code><a href="#the-object-element">object</a></code> element, and its value is not
+            <code>application/octet-stream</code>, then run the
             following steps:</p>
 
             <ol><li>

Received on Friday, 9 April 2010 04:14:40 UTC