diff options
author | MDN <actions@users.noreply.github.com> | 2021-07-08 00:34:19 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-07-08 00:34:19 +0000 |
commit | ff9ea0cf9f0ea6217deefa7ad0dba35bf7f6c45e (patch) | |
tree | d11054dc18b78736aa981b3102bfd731f86bcd43 /files/ja/orphaned/web/api/htmlorforeignelement/index.html | |
parent | 874d81c43e8e5d7d498b452a8d82bd6879aa5716 (diff) | |
download | translated-content-ff9ea0cf9f0ea6217deefa7ad0dba35bf7f6c45e.tar.gz translated-content-ff9ea0cf9f0ea6217deefa7ad0dba35bf7f6c45e.tar.bz2 translated-content-ff9ea0cf9f0ea6217deefa7ad0dba35bf7f6c45e.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ja/orphaned/web/api/htmlorforeignelement/index.html')
-rw-r--r-- | files/ja/orphaned/web/api/htmlorforeignelement/index.html | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/files/ja/orphaned/web/api/htmlorforeignelement/index.html b/files/ja/orphaned/web/api/htmlorforeignelement/index.html new file mode 100644 index 0000000000..8fc2702a71 --- /dev/null +++ b/files/ja/orphaned/web/api/htmlorforeignelement/index.html @@ -0,0 +1,59 @@ +--- +title: HTMLOrForeignElement +slug: orphaned/Web/API/HTMLOrForeignElement +tags: + - API + - HTML + - HTMLElement + - HTMLOrForeignElement + - Interface + - MathML + - MathMLElement + - Mixin + - Reference + - SVG + - SVGElement + - ミックスイン +translation_of: Web/API/HTMLOrForeignElement +original_slug: Web/API/HTMLOrForeignElement +--- +<div>{{APIRef("HTML DOM")}}{{Draft}}</div> + +<p><span class="seoSummary"><strong><code>HTMLOrForeignElement</code></strong> ミックスインは、 {{DOMxRef("HTMLElement")}}, {{DOMxRef("SVGElement")}}, {{DOMxRef("MathMLElement")}} の各インターフェイスで共通のいくつかの機能を説明します。</span>これらのインターフェイスは、もちろん、以下の列挙したものに加えたものに加えてもっと機能があります。</p> + +<div class="blockIndicator note"> +<p><strong>メモ</strong>: <code>HTMLOrForeignElement</code> はミックスインであり、インターフェイスではありません。実際に <code>HTMLOrForeignElement</code> 型のオブジェクトを生成することはできません。</p> +</div> + +<div>{{InterfaceOverview("HTML DOM")}}</div> + +<h2 id="Specifications" name="Specifications">仕様書</h2> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col">仕様書</th> + <th scope="col">状態</th> + <th scope="col">備考</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName("HTML WHATWG", "dom.html#htmlorsvgelement", '<code>HTMLOrForeignElement</code>')}}</td> + <td>{{Spec2('HTML WHATWG')}}</td> + <td>初回定義</td> + </tr> + </tbody> +</table> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> + +<p>{{Compat("api.HTMLOrForeignElement")}}</p> + +<h2 id="See_also" name="See_also">関連情報</h2> + +<ul> + <li>{{DOMxRef("HTMLElement")}}</li> + <li>{{DOMxRef("SVGElement")}}</li> + <li>{{DOMxRef("MathMLElement")}}</li> +</ul> |