CSSRule:parentStyleSheet 属性
parentStyleSheet
属性是 CSSRule
接口中的一个属性,它返回当前规则定义所在的 StyleSheet
对象。
值
一个 StyleSheet
对象。
示例
js
const docRules = document.styleSheets[0].cssRules;
console.log(docRules[0].parentStyleSheet == document.styleSheets[0]); // returns true
规范
规范 |
---|
CSS 对象模型 (CSSOM) # dom-cssrule-parentstylesheet |
浏览器兼容性
BCD 表格仅在浏览器中加载