slot

这是一个实验中的功能
此功能某些浏览器尚在开发中,请参考浏览器兼容性表格以得到在不同浏览器中适合使用的前缀。由于该功能对应的标准文档可能被重新修订,所以在未来版本的浏览器中该功能的语法和行为可能随之改变。

slot 全局属性 将一个 shadow DOM shadow 树中的槽分配给一个元素: 带有 slot 属性的元素分配给由 <slot> 创建的槽,它的 name 属性的值匹配 slot 属性的值。

规范

Specification Status Comment
WHATWG HTML Living Standard
slot attribute
Living Standard  
DOM
slot attribute
Living Standard  

浏览器兼容性

Feature Chrome Edge Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support 53 ? ? ? 40 10
Feature Android Edge Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support 53 ? ? ? 40 10.1

另见

文档标签和贡献者