html5/spec Overview.html,1.3832,1.3833

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30412

Modified Files:
	Overview.html 
Log Message:
Switch to the Mozilla model for <object> plugin param passing. Let me know if this causes compat issues. (whatwg r4785)

Index: Overview.html
===================================================================
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:41:38 UTC