| 41 |
<code><a href="#embed">embed</a></code> 要素の Java |
<code><a href="#embed">embed</a></code> 要素の Java |
| 42 |
専用の異形です。 HTML5 では |
専用の異形です。 HTML5 では |
| 43 |
<code><a href="#applet">applet</a></code> 要素は廃止されており、 |
<code><a href="#applet">applet</a></code> 要素は廃止されており、 |
|
すべての拡張の枠組み (Java、.NET、Flash など) は一貫した方法で扱われます。 |
|
| 44 |
|
すべての拡張の枠組み (Java、.NET、Flash など) は一貫した方法で扱われます。 |
| 45 |
|
|
| 46 |
|
#en |
| 47 |
|
If the <a href="#sandboxed0">sandboxed plugins |
| 48 |
|
browsing context flag</a> is set on the <a href="#browsing1">browsing |
| 49 |
|
context</a> for which the <code><a href="#applet">applet</a></code> |
| 50 |
|
element's document is the <a href="#active">active document</a>, then the |
| 51 |
|
element must be ignored (it represents nothing). |
| 52 |
|
#ja |
| 53 |
|
<code><a href="#applet">applet</a></code> 要素の文書が<a href="#active">活性文書</a>である<a href="#browsing1">閲覧文脈</a>において<a href="#sandboxed0">砂箱化プラグイン閲覧文脈旗</a>が設定されている場合、 |
| 54 |
|
要素は無視されなければ[[MUST:なりません]] (何も表しません)。 |
| 55 |
|
|
| 56 |
|
#en |
| 57 |
|
The <dfn id=applets |
| 58 |
|
title=dom-document-applets><code>applets</code></dfn> attribute must |
| 59 |
|
return an <code><a href="#htmlcollection0">HTMLCollection</a></code> |
| 60 |
|
rooted at the <code>Document</code> node, whose filter matches only |
| 61 |
|
<code><a href="#applet">applet</a></code> elements. |
| 62 |
|
#ja |
| 63 |
|
<dfn id=applets |
| 64 |
|
title=dom-document-applets><code>applets</code></dfn> 属性は、 |
| 65 |
|
<code>Document</code> 節点を根とし、濾過器が <code><a href="#applet">applet</a></code> |
| 66 |
|
要素にのみ一致するような <code><a href="#htmlcollection0">HTMLCollection</a></code> |
| 67 |
|
を返さなければ[[MUST:なりません]]。 |