[html5] r5625 - [] (0) Define that <param> is dynamic (where the API supports that). Fixing http [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 14 01:35:13 PDT 2010
Author: ianh
Date: 2010-10-14 01:35:12 -0700 (Thu, 14 Oct 2010)
New Revision: 5625
Modified:
complete.html
index
source
Log:
[] (0) Define that <param> is dynamic (where the API supports that).
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10962
Modified: complete.html
===================================================================
--- complete.html 2010-10-14 08:26:36 UTC (rev 5624)
+++ complete.html 2010-10-14 08:35:12 UTC (rev 5625)
@@ -23762,6 +23762,16 @@
element defines a <dfn id=concept-param-parameter title=concept-param-parameter>parameter</dfn> with the given
name/value pair.</p>
+ <p>If either the name or value of a <a href=#concept-param-parameter title=concept-param-parameter>parameter</a> defined by a
+ <code><a href=#the-param-element>param</a></code> element that is the child of an
+ <code><a href=#the-object-element>object</a></code> element that <a href=#represents>represents</a> an
+ instantiated <a href=#plugin>plugin</a> changes, and if that
+ <a href=#plugin>plugin</a> is communicating with the user agent using an
+ API that features the ability to update the <a href=#plugin>plugin</a> when
+ the name or value of a <a href=#concept-param-parameter title=concept-param-parameter>parameter</a> so changes, then
+ the user agent must appropriately exercise that ability to notify
+ the <a href=#plugin>plugin</a> of the change.</p>
+
<p>The IDL attributes <dfn id=dom-param-name title=dom-param-name><code>name</code></dfn> and <dfn id=dom-param-value title=dom-param-value><code>value</code></dfn> must both
<a href=#reflect>reflect</a> the respective content attributes of the same
name.</p>
Modified: index
===================================================================
--- index 2010-10-14 08:26:36 UTC (rev 5624)
+++ index 2010-10-14 08:35:12 UTC (rev 5625)
@@ -23742,6 +23742,16 @@
element defines a <dfn id=concept-param-parameter title=concept-param-parameter>parameter</dfn> with the given
name/value pair.</p>
+ <p>If either the name or value of a <a href=#concept-param-parameter title=concept-param-parameter>parameter</a> defined by a
+ <code><a href=#the-param-element>param</a></code> element that is the child of an
+ <code><a href=#the-object-element>object</a></code> element that <a href=#represents>represents</a> an
+ instantiated <a href=#plugin>plugin</a> changes, and if that
+ <a href=#plugin>plugin</a> is communicating with the user agent using an
+ API that features the ability to update the <a href=#plugin>plugin</a> when
+ the name or value of a <a href=#concept-param-parameter title=concept-param-parameter>parameter</a> so changes, then
+ the user agent must appropriately exercise that ability to notify
+ the <a href=#plugin>plugin</a> of the change.</p>
+
<p>The IDL attributes <dfn id=dom-param-name title=dom-param-name><code>name</code></dfn> and <dfn id=dom-param-value title=dom-param-value><code>value</code></dfn> must both
<a href=#reflect>reflect</a> the respective content attributes of the same
name.</p>
Modified: source
===================================================================
--- source 2010-10-14 08:26:36 UTC (rev 5624)
+++ source 2010-10-14 08:35:12 UTC (rev 5625)
@@ -25499,6 +25499,18 @@
title="concept-param-parameter">parameter</dfn> with the given
name/value pair.</p>
+ <p>If either the name or value of a <span
+ title="concept-param-parameter">parameter</span> defined by a
+ <code>param</code> element that is the child of an
+ <code>object</code> element that <span>represents</span> an
+ instantiated <span>plugin</span> changes, and if that
+ <span>plugin</span> is communicating with the user agent using an
+ API that features the ability to update the <span>plugin</span> when
+ the name or value of a <span
+ title="concept-param-parameter">parameter</span> so changes, then
+ the user agent must appropriately exercise that ability to notify
+ the <span>plugin</span> of the change.</p>
+
<p>The IDL attributes <dfn
title="dom-param-name"><code>name</code></dfn> and <dfn
title="dom-param-value"><code>value</code></dfn> must both
More information about the Commit-Watchers
mailing list