[html5] r1935 - [] (0) Make application/octet-stream with <object> with no type='' trigger sniffing.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 24 15:36:10 PDT 2008
Author: ianh
Date: 2008-07-24 15:36:09 -0700 (Thu, 24 Jul 2008)
New Revision: 1935
Modified:
index
source
Log:
[] (0) Make application/octet-stream with <object> with no type='' trigger sniffing.
Modified: index
===================================================================
--- index 2008-07-24 22:25:42 UTC (rev 1934)
+++ index 2008-07-24 22:36:09 UTC (rev 1935)
@@ -16821,6 +16821,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
Modified: source
===================================================================
--- source 2008-07-24 22:25:42 UTC (rev 1934)
+++ source 2008-07-24 22:36:09 UTC (rev 1935)
@@ -14440,6 +14440,13 @@
in that <code title="attr-object-type">type</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">type</code> attribute on the
+ <code>object</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>
<li>
More information about the Commit-Watchers
mailing list