[html5] r4785 - [giow] (2) Switch to the Mozilla model for <object> plugin param passing. Let me [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 18 01:41:28 PST 2010
Author: ianh
Date: 2010-02-18 01:41:27 -0800 (Thu, 18 Feb 2010)
New Revision: 4785
Modified:
complete.html
index
source
Log:
[giow] (2) Switch to the Mozilla model for <object> plugin param passing. Let me know if this causes compat issues.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9015
Modified: complete.html
===================================================================
--- complete.html 2010-02-18 09:37:18 UTC (rev 4784)
+++ complete.html 2010-02-18 09:41:27 UTC (rev 4785)
@@ -21266,8 +21266,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
Modified: index
===================================================================
--- index 2010-02-18 09:37:18 UTC (rev 4784)
+++ index 2010-02-18 09:41:27 UTC (rev 4785)
@@ -21168,8 +21168,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
Modified: source
===================================================================
--- source 2010-02-18 09:37:18 UTC (rev 4784)
+++ source 2010-02-18 09:41:27 UTC (rev 4785)
@@ -22682,8 +22682,8 @@
<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
+ 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
More information about the Commit-Watchers
mailing list