| 1 |
|
| 2 |
#pattern
|
| 3 |
<span class=secno>* </span>Rendering and user-agent
|
| 4 |
behavior
|
| 5 |
#ja
|
| 6 |
<span class=secno>$1 </span>レンダリングと利用者エージェントの動作
|
| 7 |
|
| 8 |
#pattern
|
| 9 |
<span class=secno>* </span>Obsolete elements, attributes,
|
| 10 |
and APIs
|
| 11 |
#ja
|
| 12 |
<span class=secno>* </span>廃止要素・属性・API
|
| 13 |
|
| 14 |
#pattern
|
| 15 |
The * attribute on the
|
| 16 |
<code>Document</code> object must <a href="#reflect">reflect</a> the * attribute on <a
|
| 17 |
href="#the-body1">the <code>body</code> element</a>.
|
| 18 |
#ja
|
| 19 |
<code>Document</code> オブジェクトの $1 属性は、<a
|
| 20 |
href="#the-body1">文書 <code>body</code> 要素</a>の $2
|
| 21 |
属性を<a href="#reflect">反映</a>しなければ[[MUST:なりません]]。
|
| 22 |
|
| 23 |
#pattern
|
| 24 |
The * DOM
|
| 25 |
attribute of the <code><a href="#body0">body</a></code> element must <a
|
| 26 |
href="#reflect">reflect</a> the element's * content attribute.
|
| 27 |
#ja
|
| 28 |
<code><a href="#body0">body</a></code> 要素の $1 DOM 属性は、
|
| 29 |
その要素の $2
|
| 30 |
内容属性を<a href="#reflect">反映</a>しなければ[[MUST:なりません]]。
|
| 31 |
|
| 32 |
#en
|
| 33 |
The <code><a href="#applet">applet</a></code> element is a Java-specific
|
| 34 |
variant of the <code><a href="#embed">embed</a></code> element. In HTML5
|
| 35 |
the <code><a href="#applet">applet</a></code> element is obsoleted so that
|
| 36 |
all extension frameworks (Java, .NET, Flash, etc) are handled in a
|
| 37 |
consistent manner.
|
| 38 |
#ja
|
| 39 |
<code><a href="#applet">applet</a></code> 要素は、
|
| 40 |
<code><a href="#embed">embed</a></code> 要素の Java
|
| 41 |
専用の異形です。 HTML5 では
|
| 42 |
<code><a href="#applet">applet</a></code> 要素は廃止されており、
|
| 43 |
すべての拡張の枠組み (Java、.NET、Flash など) は一貫した方法で扱われます。
|
| 44 |
|
| 45 |
#en
|
| 46 |
If the <a href="#sandboxed0">sandboxed plugins
|
| 47 |
browsing context flag</a> is set on the <a href="#browsing1">browsing
|
| 48 |
context</a> for which the <code><a href="#applet">applet</a></code>
|
| 49 |
element's document is the <a href="#active">active document</a>, then the
|
| 50 |
element must be ignored (it represents nothing).
|
| 51 |
#ja
|
| 52 |
<code><a href="#applet">applet</a></code> 要素の文書が<a href="#active">活性文書</a>である<a href="#browsing1">閲覧文脈</a>において<a href="#sandboxed0">砂箱化プラグイン閲覧文脈旗</a>が設定されている場合、
|
| 53 |
要素は無視されなければ[[MUST:なりません]] (何も表しません)。
|
| 54 |
|
| 55 |
#en
|
| 56 |
The <dfn id=applets
|
| 57 |
title=dom-document-applets><code>applets</code></dfn> attribute must
|
| 58 |
return an <code><a href="#htmlcollection0">HTMLCollection</a></code>
|
| 59 |
rooted at the <code>Document</code> node, whose filter matches only
|
| 60 |
<code><a href="#applet">applet</a></code> elements.
|
| 61 |
#ja
|
| 62 |
<dfn id=applets
|
| 63 |
title=dom-document-applets><code>applets</code></dfn> 属性は、
|
| 64 |
<code>Document</code> 節点を根とし、濾過器が <code><a href="#applet">applet</a></code>
|
| 65 |
要素にのみ一致するような <code><a href="#htmlcollection0">HTMLCollection</a></code>
|
| 66 |
を返さなければ[[MUST:なりません]]。
|