html5/spec Overview.html,1.1598,1.1599

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

Modified Files:
	Overview.html 
Log Message:
NPAPI implementations apparently include the attributes of the <object> in what they send to the plugin. (whatwg r2427)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1598
retrieving revision 1.1599
diff -u -d -r1.1598 -r1.1599
--- Overview.html	22 Nov 2008 00:20:46 -0000	1.1598
+++ Overview.html	22 Nov 2008 00:53:36 -0000	1.1599
@@ -13278,13 +13278,16 @@
 
   </ol><p id=object-plugin>When the algorithm above instantiates a
   <a href=#plugin>plugin</a>, the user agent should pass the names and values
-  of all the <span title=concept-param-parameter>parameters</span>
+  of all the attributes on the element, and <!-- then a parameter
+  named "PARAM" whose value is null, and then --> all the names and
+  values of <span title=concept-param-parameter>parameters</span>
   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 to the <a href=#plugin>plugin</a> used. If the
-  <a href=#plugin>plugin</a> supports a scriptable interface, the
-  <code><a href=#htmlobjectelement>HTMLObjectElement</a></code> object representing the element
-  should expose that interface. The <a href=#plugin>plugin</a> is not a
-  nested <a href=#browsing-context>browsing context</a>.<p id=sandboxPluginObject>If the <a href=#sandboxed-plugins-browsing-context-flag>sandboxed plugins browsing
+  <code><a href=#the-object-element>object</a></code> element, in <a href=#tree-order>tree order</a>, to the
+  <a href=#plugin>plugin</a> used. If the <a href=#plugin>plugin</a> supports a
+  scriptable interface, the <code><a href=#htmlobjectelement>HTMLObjectElement</a></code> object
+  representing the element should expose that interface. The
+  <a href=#plugin>plugin</a> is not a nested <a href=#browsing-context>browsing
+  context</a>.<p id=sandboxPluginObject>If the <a href=#sandboxed-plugins-browsing-context-flag>sandboxed plugins browsing
   context flag</a> is set on the <a href=#browsing-context>browsing context</a> for
   which the <code><a href=#the-object-element>object</a></code> element's document is the <a href=#active-document>active
   document</a>, then the steps above must always act as if they had

Received on Saturday, 22 November 2008 00:53:47 UTC