hixie: Switch to the Mozilla model for <object> plugin param passing. Let me know if this causes compat issues. (whatwg r4785)

hixie: Switch to the Mozilla model for <object> plugin param passing.
Let me know if this causes compat issues. (whatwg r4785)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3832&r2=1.3833&f=h
http://html5.org/tools/web-apps-tracker?from=4784&to=4785

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3832
retrieving revision 1.3833
diff -u -d -r1.3832 -r1.3833
--- Overview.html 18 Feb 2010 09:37:24 -0000 1.3832
+++ Overview.html 18 Feb 2010 09:41:32 -0000 1.3833
@@ -18301,8 +18301,8 @@
   <a href="#plugin">plugin</a> used the names and values of all the attributes
   on the element, in the order they were added to the element, with
   the attributes added by the parser being ordered in source order,
-  followed by <!-- a parameter named "PARAM" whose value is null,
-  followed by --> all the names and values of <a href="#concept-param-parameter" title="concept-param-parameter">parameters</a> given by
+  followed by a parameter named "PARAM" whose value is null,
+  followed by all the names and values of <a href="#concept-param-parameter" title="concept-param-parameter">parameters</a> given by
   <code><a href="#the-param-element">param</a></code> elements that are children of the
   <code><a href="#the-object-element">object</a></code> element, in <a href="#tree-order">tree order</a>. If the
   <a href="#plugin">plugin</a> supports a scriptable interface, the

Received on Thursday, 18 February 2010 09:42:11 UTC