Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) NPAPI implementations apparently include the attributes of the…
… <object> in what they send to the plugin.

git-svn-id: http://svn.whatwg.org/webapps@2427 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 22, 2008
1 parent 35d49ff commit 8ac5891
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
15 changes: 9 additions & 6 deletions index
Expand Up @@ -16223,13 +16223,16 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>

</ol><p id=object-plugin>When the algorithm above instantiates a
<a href=#plugin>plugin</a>, the user agent should pass the names and values
of all the <span title=concept-param-parameter>parameters</span>
of all the attributes on the element, and <!-- then a parameter
named "PARAM" whose value is null, and then --> all the names and
values of <span title=concept-param-parameter>parameters</span>
given by <code><a href=#the-param-element>param</a></code> elements that are children of the
<code><a href=#the-object-element>object</a></code> element to the <a href=#plugin>plugin</a> used. If the
<a href=#plugin>plugin</a> supports a scriptable interface, the
<code><a href=#htmlobjectelement>HTMLObjectElement</a></code> object representing the element
should expose that interface. The <a href=#plugin>plugin</a> is not a
nested <a href=#browsing-context>browsing context</a>.</p>
<code><a href=#the-object-element>object</a></code> element, in <a href=#tree-order>tree order</a>, to the
<a href=#plugin>plugin</a> used. If the <a href=#plugin>plugin</a> supports a
scriptable interface, the <code><a href=#htmlobjectelement>HTMLObjectElement</a></code> object
representing the element should expose that interface. The
<a href=#plugin>plugin</a> is not a nested <a href=#browsing-context>browsing
context</a>.</p>

<p id=sandboxPluginObject>If the <a href=#sandboxed-plugins-browsing-context-flag>sandboxed plugins browsing
context flag</a> is set on the <a href=#browsing-context>browsing context</a> for
Expand Down
15 changes: 9 additions & 6 deletions source
Expand Up @@ -17362,13 +17362,16 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

<p id="object-plugin">When the algorithm above instantiates a
<span>plugin</span>, the user agent should pass the names and values
of all the <span title="concept-param-parameter">parameters</span>
of all the attributes on the element, and <!-- then a parameter
named "PARAM" whose value is null, and then --> all the names and
values of <span title="concept-param-parameter">parameters</span>
given by <code>param</code> elements that are children of the
<code>object</code> element to the <span>plugin</span> used. If the
<span>plugin</span> supports a scriptable interface, the
<code>HTMLObjectElement</code> object representing the element
should expose that interface. The <span>plugin</span> is not a
nested <span>browsing context</span>.</p>
<code>object</code> element, in <span>tree order</span>, to the
<span>plugin</span> used. If the <span>plugin</span> supports a
scriptable interface, the <code>HTMLObjectElement</code> object
representing the element should expose that interface. The
<span>plugin</span> is not a nested <span>browsing
context</span>.</p>

<p id="sandboxPluginObject">If the <span>sandboxed plugins browsing
context flag</span> is set on the <span>browsing context</span> for
Expand Down

0 comments on commit 8ac5891

Please sign in to comment.