[html5] r1688 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri May 23 13:33:51 PDT 2008


Author: ianh
Date: 2008-05-23 13:33:50 -0700 (Fri, 23 May 2008)
New Revision: 1688

Modified:
   index
   source
Log:
[e] (0) handlers? what's that? oh you must mean plugin. (credit: ms)

Modified: index
===================================================================
--- index	2008-05-23 10:50:44 UTC (rev 1687)
+++ index	2008-05-23 20:33:50 UTC (rev 1688)
@@ -14820,7 +14820,7 @@
      present, and has a value that isn't the empty string, then: if the user
      agent can find a <a href="#plugin">plugin</a> suitable according to the
      value of the <code title=attr-object-classid>classid</code> attribute,
-     and <a href="#sandboxPluginObject">handlers aren't being sandboxed</a>,
+     and <a href="#sandboxPluginObject">plugins aren't being sandboxed</a>,
      then that <a href="#plugin">plugin</a> <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

Modified: source
===================================================================
--- source	2008-05-23 10:50:44 UTC (rev 1687)
+++ source	2008-05-23 20:33:50 UTC (rev 1688)
@@ -12839,15 +12839,17 @@
 
     <p>If the <code title="attr-object-classid">classid</code>
     attribute is present, and has a value that isn't the empty string,
-    then: if the user agent can find a <span>plugin</span> suitable according to
-    the value of the <code title="attr-object-classid">classid</code>
-    attribute, and <a href="#sandboxPluginObject">handlers aren't
-    being sandboxed</a>, then that <span>plugin</span> <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 <span>plugin</span>. If no suitable <span>plugin</span> can be
-    found, or if the <span>plugin</span> reports an error, jump to the last step
-    in the overall set of steps (fallback).</p>
+    then: if the user agent can find a <span>plugin</span> suitable
+    according to the value of the <code
+    title="attr-object-classid">classid</code> attribute, and <a
+    href="#sandboxPluginObject">plugins aren't being sandboxed</a>,
+    then that <span>plugin</span> <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 <span>plugin</span>. If no suitable
+    <span>plugin</span> can be found, or if the <span>plugin</span>
+    reports an error, jump to the last step in the overall set of
+    steps (fallback).</p>
 
     <!--
      case insensitive:




More information about the Commit-Watchers mailing list