Skip to content

Commit

Permalink
[e] (0) Clarify how to send 'codebase' to a plugin now.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7447

git-svn-id: http://svn.whatwg.org/webapps@3940 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 21, 2009
1 parent 6897fa1 commit 3749fa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -73686,8 +73686,8 @@ time:empty { binding: <i title="">time</i>; }</pre>
<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>
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -87389,8 +87389,9 @@ time:empty { binding: <i title="">time</i>; }</pre>
<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>
Expand Down

0 comments on commit 3749fa6

Please sign in to comment.