[html5] r4724 - [giowt] (0) Define the orderin which attributes on <object> are sent to plugins. [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Feb 14 01:26:01 PST 2010


Author: ianh
Date: 2010-02-14 01:25:59 -0800 (Sun, 14 Feb 2010)
New Revision: 4724

Modified:
   complete.html
   index
   source
Log:
[giowt] (0) Define the orderin which attributes on <object> are sent to plugins.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8865

Modified: complete.html
===================================================================
--- complete.html	2010-02-14 08:41:59 UTC (rev 4723)
+++ complete.html	2010-02-14 09:25:59 UTC (rev 4724)
@@ -21095,18 +21095,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>
 

Modified: index
===================================================================
--- index	2010-02-14 08:41:59 UTC (rev 4723)
+++ index	2010-02-14 09:25:59 UTC (rev 4724)
@@ -20997,18 +20997,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>
 

Modified: source
===================================================================
--- source	2010-02-14 08:41:59 UTC (rev 4723)
+++ source	2010-02-14 09:25:59 UTC (rev 4724)
@@ -22488,18 +22488,21 @@
   </ol>
 
   <p id="object-plugin">When the algorithm above instantiates a
-  <span>plugin</span>, 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 <span title="concept-param-parameter">parameters</span>
-  given by <code>param</code> elements that are children of the
-  <code>object</code> element, in <span>tree order</span>, to the
-  <span>plugin</span> used. If the <span>plugin</span> supports a
-  scriptable interface, the <code>HTMLObjectElement</code> object
-  representing the element should expose that interface. The
-  <code>object</code> element <span>represents</span> the
-  <span>plugin</span>. The <span>plugin</span> is not a nested
-  <span>browsing context</span>.</p>
+  <span>plugin</span>, the user agent should pass to the
+  <span>plugin</span> 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 <span
+  title="concept-param-parameter">parameters</span> given by
+  <code>param</code> elements that are children of the
+  <code>object</code> element, in <span>tree order</span>. If the
+  <span>plugin</span> supports a scriptable interface, the
+  <code>HTMLObjectElement</code> object representing the element
+  should expose that interface. The <code>object</code> element
+  <span>represents</span> the <span>plugin</span>. The
+  <span>plugin</span> is not a nested <span>browsing
+  context</span>.</p>
 
   <p id="sandboxPluginObject">If either:</p>
 




More information about the Commit-Watchers mailing list