样式表:parentStyleSheet 属性
parentStyleSheet
是 StyleSheet
接口的一个属性,它返回包含给定样式表的样式表(如果有)。
值
一个 StyleSheet
对象。
示例
js
// Find the top level stylesheet
const sheet = stylesheet.parentStyleSheet ?? stylesheet;
注释
如果当前样式表是顶级样式表或不支持样式表包含,则此属性返回 null
。
规范
规范 |
---|
CSS 对象模型 (CSSOM) # dom-stylesheet-parentstylesheet |
浏览器兼容性
BCD 表格仅在启用 JavaScript 的浏览器中加载。