aboutsummaryrefslogtreecommitdiff
path: root/files/ja/conflicting/web/api/element/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/conflicting/web/api/element/index.html')
-rw-r--r--files/ja/conflicting/web/api/element/index.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/files/ja/conflicting/web/api/element/index.html b/files/ja/conflicting/web/api/element/index.html
new file mode 100644
index 0000000000..b529d40b17
--- /dev/null
+++ b/files/ja/conflicting/web/api/element/index.html
@@ -0,0 +1,51 @@
+---
+title: Slotable
+slug: conflicting/Web/API/Element
+tags:
+ - API
+ - Interface
+ - Reference
+ - Slotable
+ - Web Components
+ - shadow dom
+translation_of: Web/API/Slottable
+translation_of_original: Web/API/Slotable
+original_slug: 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>