slot

slot 全局属性影子 DOM 影子树中的一个槽分配给一个元素:具有 slot 属性的元素被分配到由 <slot> 元素创建的槽,该元素的 name 属性值与 slot 属性值匹配。

¥The slot global attribute assigns a slot in a shadow DOM shadow tree to an element: An element with a slot attribute is assigned to the slot created by the <slot> element whose name attribute's value matches that slot attribute's value.

例如,请参阅我们的 使用模板和插槽 指南。

¥For examples, see our Using templates and slots guide.

规范

Specification
HTML Standard
# attr-slot
DOM Standard
# ref-for-dom-element-slot①

¥Specifications

浏览器兼容性

BCD tables only load in the browser

¥Browser compatibility

也可以看看

¥See also