aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/slotable/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/slotable/index.html')
-rw-r--r--files/ja/web/api/slotable/index.html50
1 files changed, 0 insertions, 50 deletions
diff --git a/files/ja/web/api/slotable/index.html b/files/ja/web/api/slotable/index.html
deleted file mode 100644
index 859be5e107..0000000000
--- a/files/ja/web/api/slotable/index.html
+++ /dev/null
@@ -1,50 +0,0 @@
----
-title: Slotable
-slug: Web/API/Slotable
-tags:
- - API
- - Interface
- - Reference
- - Slotable
- - Web Components
- - shadow dom
-translation_of: Web/API/Slottable
-translation_of_original: Web/API/Slotable
----
-<p>{{APIRef("Shadow DOM")}}</p>
-
-<p><code>Slotable</code> mixin は、ノードを {{htmlelement("slot")}} 要素のコンテンツにする機能を定義します。— 次の機能が {{domxref("Element")}} と {{domxref("Text")}} の両方に含まれています。</p>
-
-<h2 id="Properties" name="Properties">プロパティ</h2>
-
-<dl>
- <dt>{{domxref("Slotable.assignedSlot")}} {{readonlyInline}}</dt>
- <dd>ノードが挿入されている {{htmlelement("slot")}} を返します。</dd>
-</dl>
-
-<h2 id="Methods" name="Methods">メソッド</h2>
-
-<p>なし。</p>
-
-<h2 id="Specifications" name="Specifications">仕様</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">仕様書</th>
- <th scope="col">策定状況</th>
- <th scope="col">コメント</th>
- </tr>
- <tr>
- <td>{{SpecName('DOM WHATWG','#slotable','Slotable')}}</td>
- <td>{{Spec2('DOM WHATWG')}}</td>
- <td>初期定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_Compatibility" name="Browser_Compatibility">ブラウザー実装状況</h2>
-
-
-
-<p>{{Compat("api.Slotable")}}</p>