--- title: slot slug: Web/HTML/Global_attributes/slot tags: - Global attributes - HTML - Reference translation_of: Web/HTML/Global_attributes/slot ---
{{HTMLSidebar("Global_attributes")}}

slotグローバル属性で、シャドウ DOM のシャドウツリー内にあるスロットをある要素に割り当てます。 slot 属性をもつ要素は、{{htmlattrxref("name", "slot")}} 属性の値がその slot 属性の値と一致する {{HTMLElement("slot")}} 要素により生成されたスロットに割り当てられます。

例えば、テンプレートとスロットの使用ガイドをみてください。

仕様書

仕様書 状態 備考
{{SpecName('HTML WHATWG', "dom.html#attr-slot", "slot attribute")}} {{Spec2('HTML WHATWG')}}
{{SpecName('DOM WHATWG', "#dom-element-slot", "slot attribute")}} {{Spec2('DOM WHATWG')}}

ブラウザーの互換性

{{Compat("html.global_attributes.slot")}}

関連情報