- From: poot <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 18:26:18 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Define the orderin which attributes on <object> are sent to
plugins. (whatwg r4724)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3771&r2=1.3772&f=h
http://html5.org/tools/web-apps-tracker?from=4723&to=4724
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3771
retrieving revision 1.3772
diff -u -d -r1.3771 -r1.3772
--- Overview.html 14 Feb 2010 08:42:04 -0000 1.3771
+++ Overview.html 14 Feb 2010 09:26:05 -0000 1.3772
@@ -18134,18 +18134,20 @@
<a href="#plugin">plugin</a>, then unload it.</li>
</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 attributes on the element, and <!-- then a parameter
- named "PARAM" whose value is null, and then --> 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>, 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
- <code><a href="#the-object-element">object</a></code> element <a href="#represents">represents</a> the
- <a href="#plugin">plugin</a>. The <a href="#plugin">plugin</a> is not a nested
- <a href="#browsing-context">browsing context</a>.</p>
+ <a href="#plugin">plugin</a>, the user agent should pass to the
+ <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
+ <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
+ <code><a href="#htmlobjectelement">HTMLObjectElement</a></code> object representing the element
+ should expose that interface. The <code><a href="#the-object-element">object</a></code> element
+ <a href="#represents">represents</a> the <a href="#plugin">plugin</a>. The
+ <a href="#plugin">plugin</a> is not a nested <a href="#browsing-context">browsing
+ context</a>.</p>
<p id="sandboxPluginObject">If either:</p>
Received on Sunday, 14 February 2010 09:26:47 UTC