Skip to content

Commit

Permalink
we don't define NPAPI
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@275 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 9, 2006
1 parent 0d5eea9 commit c243273
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -9808,7 +9808,8 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
<p>The user agent should pass the names and values of all the attributes of
the <code><a href="#embed0">embed</a></code> element that have no
namespace to the handler used. Any (namespace-less) attribute may be
specified on the <code><a href="#embed0">embed</a></code> element.
specified on the <code><a href="#embed0">embed</a></code> element.</p>
<!-- duplicates what's in <object> section below -->

<p class=note>This specification does not define a mechanism for
interacting with third-party handlers, as it is expected to be
Expand Down Expand Up @@ -10026,6 +10027,13 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
href="#param0">param</a></code> elements that are children of the
<code><a href="#object0">object</a></code> element to the handler
used.</p>
<!-- duplicates what's in <embed> section above -->
<p class=note>This specification does not define a mechanism for
interacting with third-party handlers, as it is expected to be
user-agent-specific. Some UAs might opt to support a plugin
mechanism such as the Netscape Plugin API; others may use remote
content convertors or have built-in support for certain types. <a
href="#refsNPAPI">[NPAPI]</a></p>

<dt>If the type of the resource is an <span>XML MIME
type</span><!-- XXX xref -->
Expand Down
9 changes: 9 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -8379,6 +8379,7 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
to the handler used. Any (namespace-less) attribute may be specified
on the <code>embed</code> element.</p>

<!-- duplicates what's in <object> section below -->
<p class="note">This specification does not define a mechanism for
interacting with third-party handlers, as it is expected to be
user-agent-specific. Some UAs might opt to support a plugin
Expand Down Expand Up @@ -8583,6 +8584,14 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
by <code>param</code> elements that are children of the
<code>object</code> element to the handler used.</p>

<!-- duplicates what's in <embed> section above -->
<p class="note">This specification does not define a mechanism
for interacting with third-party handlers, as it is expected
to be user-agent-specific. Some UAs might opt to support a
plugin mechanism such as the Netscape Plugin API; others may
use remote content convertors or have built-in support for
certain types. <a href="#refsNPAPI">[NPAPI]</a></p>

</dd>


Expand Down

0 comments on commit c243273

Please sign in to comment.