[html5] r3940 - [e] (0) Clarify how to send 'codebase' to a plugin now. Fixing http://www.w3.org [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 21 16:32:00 PDT 2009
Author: ianh
Date: 2009-09-21 16:31:59 -0700 (Mon, 21 Sep 2009)
New Revision: 3940
Modified:
index
source
Log:
[e] (0) Clarify how to send 'codebase' to a plugin now.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7447
Modified: index
===================================================================
--- index 2009-09-21 23:29:47 UTC (rev 3939)
+++ index 2009-09-21 23:31:59 UTC (rev 3940)
@@ -73686,8 +73686,8 @@
<dt><dfn id=attr-object-code title=attr-object-code><code>code</code></dfn> on <code><a href=#the-object-element>object</a></code> elements</dt>
<dt><dfn id=attr-object-codebase title=attr-object-codebase><code>codebase</code></dfn> on <code><a href=#the-object-element>object</a></code> elements</dt>
<dt><dfn id=attr-object-codetype title=attr-object-codetype><code>codetype</code></dfn> on <code><a href=#the-object-element>object</a></code> elements</dt>
- <dd><p>Use the <code title=attr-object-data><a href=#attr-object-data>data</a></code> and <code title=attr-object-type><a href=#attr-object-type>type</a></code> attributes to invoke
- <a href=#plugin title=plugin>plugins</a>.</dd>
+ <dd><p>Use the <code title=attr-object-data><a href=#attr-object-data>data</a></code> and <code title=attr-object-type><a href=#attr-object-type>type</a></code> attributes to invoke <a href=#plugin title=plugin>plugins</a>. To set parameters with these names
+ in particular, the <code><a href=#the-param-element>param</a></code> element can be used.</dd>
<dt><dfn id=attr-object-declare title=attr-object-declare><code>declare</code></dfn> on <code><a href=#the-object-element>object</a></code> elements</dt>
<dd><p>Repeat the <code><a href=#the-object-element>object</a></code> element completely each time the resource is to be reused.</dd>
Modified: source
===================================================================
--- source 2009-09-21 23:29:47 UTC (rev 3939)
+++ source 2009-09-21 23:31:59 UTC (rev 3940)
@@ -87389,8 +87389,9 @@
<dt><dfn title="attr-object-codebase"><code>codebase</code></dfn> on <code>object</code> elements</dt>
<dt><dfn title="attr-object-codetype"><code>codetype</code></dfn> on <code>object</code> elements</dt>
<dd><p>Use the <code title="attr-object-data">data</code> and <code
- title="attr-object-type">type</code> attributes to invoke
- <span title="plugin">plugins</span>.</p></dd>
+ title="attr-object-type">type</code> attributes to invoke <span
+ title="plugin">plugins</span>. To set parameters with these names
+ in particular, the <code>param</code> element can be used.</p></dd>
<dt><dfn title="attr-object-declare"><code>declare</code></dfn> on <code>object</code> elements</dt>
<dd><p>Repeat the <code>object</code> element completely each time the resource is to be reused.</p></dd>
More information about the Commit-Watchers
mailing list