html5/spec Overview.html,1.4500,1.4501

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

Modified Files:
	Overview.html 
Log Message:
Define that <param> is dynamic (where the API supports that). (whatwg r5625)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4500
retrieving revision 1.4501
diff -u -d -r1.4500 -r1.4501
--- Overview.html	14 Oct 2010 08:26:43 -0000	1.4500
+++ Overview.html	14 Oct 2010 08:35:18 -0000	1.4501
@@ -20599,6 +20599,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>

Received on Thursday, 14 October 2010 08:35:24 UTC