- From: poot <cvsmail@w3.org>
- Date: Fri, 25 Jul 2008 07:39:57 +0900 (JST)
- To: public-html-diffs@w3.org
Make application/octet-stream with <object> with no type='' trigger
sniffing. (whatwg r1935)
name
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1126.html#name3
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1125&r2=1.1126&f=h
http://html5.org/tools/web-apps-tracker?from=1934&to=1935
===================================================================
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:40:35 UTC