[html5] r1529 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon May 5 23:22:17 PDT 2008
Author: ianh
Date: 2008-05-05 23:22:16 -0700 (Mon, 05 May 2008)
New Revision: 1529
Modified:
index
source
Log:
[] (0) Empty classid='' should apparently be ignored.
Modified: index
===================================================================
--- index 2008-05-06 06:11:00 UTC (rev 1528)
+++ index 2008-05-06 06:22:16 UTC (rev 1529)
@@ -14214,15 +14214,17 @@
<ol>
<li>
<p>If the <code title=attr-object-classid>classid</code> attribute is
- present, then: if the user agent can find a handler suitable according
- to the value of the <code title=attr-object-classid>classid</code>
- attribute, then that handler <a href="#object-plugin">should be
- used</a>, and the value of the <code title=attr-object-data><a
- href="#data">data</a></code> attribute, if any, should be passed to the
- handler. If no suitable handler can be found, or if the handler reports
- an error, jump to the last step in the overall set of steps (fallback).</p>
+ present, and has a value that isn't the empty string, then: if the user
+ agent can find a handler suitable according to the value of the <code
+ title=attr-object-classid>classid</code> attribute, then that handler <a
+ href="#object-plugin">should be used</a>, and the value of the <code
+ title=attr-object-data><a href="#data">data</a></code> attribute, if
+ any, should be passed to the handler. If no suitable handler can be
+ found, or if the handler reports an error, jump to the last step in the
+ overall set of steps (fallback).</p>
<!--
if it starts with "java:", then use the plugin for application/x-java-vm
+ if it is "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", then use the plugin for application/x-shockwave-flash
if it starts with "clsid:", then use the plugin for application/x-oleobject
-->
Modified: source
===================================================================
--- source 2008-05-06 06:11:00 UTC (rev 1528)
+++ source 2008-05-06 06:22:16 UTC (rev 1529)
@@ -12211,17 +12211,19 @@
<li>
<p>If the <code title="attr-object-classid">classid</code>
- attribute is present, then: if the user agent can find a handler
- suitable according to the value of the <code
- title="attr-object-classid">classid</code> attribute, then that
- handler <a href="#object-plugin">should be used</a>, and the value
- of the <code title="attr-object-data">data</code> attribute, if
- any, should be passed to the handler. If no suitable handler can
- be found, or if the handler reports an error, jump to the last
- step in the overall set of steps (fallback).</p>
+ attribute is present, and has a value that isn't the empty string,
+ then: if the user agent can find a handler suitable according to
+ the value of the <code title="attr-object-classid">classid</code>
+ attribute, then that handler <a href="#object-plugin">should be
+ used</a>, and the value of the <code
+ title="attr-object-data">data</code> attribute, if any, should be
+ passed to the handler. If no suitable handler can be found, or if
+ the handler reports an error, jump to the last step in the overall
+ set of steps (fallback).</p>
<!--
if it starts with "java:", then use the plugin for application/x-java-vm
+ if it is "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", then use the plugin for application/x-shockwave-flash
if it starts with "clsid:", then use the plugin for application/x-oleobject
-->
More information about the Commit-Watchers
mailing list