- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Jul 2008 22:36:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3918
Modified Files:
Overview.html
Log Message:
Make application/octet-stream with <object> with no type='' trigger sniffing. (whatwg r1935)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1125
retrieving revision 1.1126
diff -u -d -r1.1125 -r1.1126
--- Overview.html 24 Jul 2008 22:25:46 -0000 1.1125
+++ Overview.html 24 Jul 2008 22:36:43 -0000 1.1126
@@ -16892,6 +16892,13 @@
type specified in that <code title=attr-object-type><a
href="#type6">type</a></code> attribute.</p>
+ <p>Otherwise, if the <var title="">resource type</var> is "<code
+ title="">application/octet-stream</code>" but there is no <code
+ title=attr-object-type><a href="#type6">type</a></code> attribute on
+ the <code><a href="#object">object</a></code> element, then change
+ the <var title="">resource type</var> to be unknown, so that the
+ sniffing rules in the next step are invoked.</p>
+
<li>
<p>If the <var title="">resource type</var> is still unknown, then
change the <var title="">resource type</var> to instead be the <a
Received on Thursday, 24 July 2008 22:37:22 UTC