Skip to content

Commit

Permalink
[] (0) Define that <param> is dynamic (where the API supports that).
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10962

git-svn-id: http://svn.whatwg.org/webapps@5625 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 14, 2010
1 parent da87ab9 commit b8951df
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions complete.html
Expand Up @@ -23762,6 +23762,16 @@ <h4 id=the-param-element><span class=secno>4.8.5 </span>The <dfn><code>param</co
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>
Expand Down
10 changes: 10 additions & 0 deletions index
Expand Up @@ -23742,6 +23742,16 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
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>
Expand Down
12 changes: 12 additions & 0 deletions source
Expand Up @@ -25499,6 +25499,18 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
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
Expand Down

0 comments on commit b8951df

Please sign in to comment.