blob: 859be5e107a2203b297ffc1204d17ecad350762e (
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
|
---
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>
|