aboutsummaryrefslogtreecommitdiff
path: root/files/ja/orphaned/web/api/htmlorforeignelement/index.html
blob: 8fc2702a719edefab5b4f75ed4a8863a4af3d6c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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>