StyleSheet:parentStyleSheet 属性

StyleSheet 接口的 parentStyleSheet 属性返回样式表(如果有),其中包含给定的样式表。

一个 StyleSheet 对象。

示例

js
// 查找顶级样式表
const sheet = stylesheet.parentStyleSheet ?? stylesheet;

备注

如果当前样式表是一个顶级的样式表或者如果不支持包含样式表,则这个属性返回 null

Specifications

Specification
CSS Object Model (CSSOM)
# dom-stylesheet-parentstylesheet

Browser compatibility

BCD tables only load in the browser