aboutsummaryrefslogtreecommitdiff
path: root/files/ja
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-18 12:53:07 +0900
committerGitHub <noreply@github.com>2021-08-18 12:53:07 +0900
commit99456bb822ac60f2a32beb095088b440404053cc (patch)
tree0bf807bdd9087f5d97ed1b02a08348d5470c6a04 /files/ja
parent9cedbc4df9117a015cb7343b026c7098ec312519 (diff)
downloadtranslated-content-99456bb822ac60f2a32beb095088b440404053cc.tar.gz
translated-content-99456bb822ac60f2a32beb095088b440404053cc.tar.bz2
translated-content-99456bb822ac60f2a32beb095088b440404053cc.zip
orphaned/Web/API/HTMLOrForeignElement を削除 (#1964)
- 英語版のドキュメントでミックスインが削除されているため
Diffstat (limited to 'files/ja')
-rw-r--r--files/ja/_wikihistory.json6
-rw-r--r--files/ja/orphaned/web/api/htmlorforeignelement/index.html57
2 files changed, 0 insertions, 63 deletions
diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json
index 6aa30194ec..56ee6cd55d 100644
--- a/files/ja/_wikihistory.json
+++ b/files/ja/_wikihistory.json
@@ -49200,12 +49200,6 @@
"mikamikuh"
]
},
- "orphaned/Web/API/HTMLOrForeignElement": {
- "modified": "2020-10-15T22:28:17.699Z",
- "contributors": [
- "mfuji09"
- ]
- },
"orphaned/Web/API/Navigator/registerContentHandler": {
"modified": "2020-10-15T21:15:53.115Z",
"contributors": [
diff --git a/files/ja/orphaned/web/api/htmlorforeignelement/index.html b/files/ja/orphaned/web/api/htmlorforeignelement/index.html
deleted file mode 100644
index 99197278cb..0000000000
--- a/files/ja/orphaned/web/api/htmlorforeignelement/index.html
+++ /dev/null
@@ -1,57 +0,0 @@
----
-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>
-
-<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>