html5/spec Overview.html,1.3101,1.3102

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

Modified Files:
	Overview.html 
Log Message:
Clarify how to send 'codebase' to a plugin now. (whatwg r3940)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3101
retrieving revision 1.3102
diff -u -d -r1.3101 -r1.3102
--- Overview.html	21 Sep 2009 23:22:58 -0000	1.3101
+++ Overview.html	21 Sep 2009 23:25:09 -0000	1.3102
@@ -67208,8 +67208,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>

Received on Monday, 21 September 2009 23:38:58 UTC