Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[e] (0) Say what the infinite attributes on <embed> are for.
- Loading branch information
Showing
with
28 additions
and
2 deletions.
-
+14
−1
index
-
+14
−1
source
|
|
|
|
|
<code><a href=#the-embed-element>embed</a></code> element, so long as its name is |
|
|
<a href=#xml-compatible>XML-compatible</a> and contains no characters in the range |
|
|
U+0041 .. U+005A (LATIN CAPITAL LETTER A LATIN CAPITAL LETTER |
|
|
Z).</p> |
|
|
Z). These attributes are then passed as parameters to the |
|
|
<a href=#plugin>plugin</a>.</p> |
|
|
|
|
|
<p class=note>All attributes in <a href=#html-documents>HTML documents</a> get |
|
|
lowercased automatically, so the restriction on uppercase letters |
|
|
|
|
plug-in vendor doesn't support the user's platform), then the user |
|
|
will be unable to use the resource.</p> |
|
|
|
|
|
<p>To pass the plugin a parameter "quality" with the value "high", |
|
|
an attribute can be specified:</p> |
|
|
|
|
|
<pre><embed src="catgame.swf" quality="high"></pre> |
|
|
|
|
|
<p>This would be equivalent to the following, when using an |
|
|
<code><a href=#the-object-element>object</a></code> element instead:</p> |
|
|
|
|
|
<pre><object data="catgame.swf"> |
|
|
<param name="quality" value="high"> |
|
|
</object></pre> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<code>embed</code> element, so long as its name is |
|
|
<span>XML-compatible</span> and contains no characters in the range |
|
|
U+0041 .. U+005A (LATIN CAPITAL LETTER A LATIN CAPITAL LETTER |
|
|
Z).</p> |
|
|
Z). These attributes are then passed as parameters to the |
|
|
<span>plugin</span>.</p> |
|
|
|
|
|
<p class="note">All attributes in <span>HTML documents</span> get |
|
|
lowercased automatically, so the restriction on uppercase letters |
|
|
|
|
plug-in vendor doesn't support the user's platform), then the user |
|
|
will be unable to use the resource.</p> |
|
|
|
|
|
<p>To pass the plugin a parameter "quality" with the value "high", |
|
|
an attribute can be specified:</p> |
|
|
|
|
|
<pre><embed src="catgame.swf" quality="high"></pre> |
|
|
|
|
|
<p>This would be equivalent to the following, when using an |
|
|
<code>object</code> element instead:</p> |
|
|
|
|
|
<pre><object data="catgame.swf"> |
|
|
<param name="quality" value="high"> |
|
|
</object></pre> |
|
|
|
|
|
</div> |
|
|
|
|
|
|