An object implementing the StyleSheet interface represents a single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet interface.
属性
StyleSheet.disabled- Is a
Booleanrepresenting whether the current stylesheet has been applied or not. StyleSheet.href只读- Returns a
DOMStringrepresenting the location of the stylesheet. StyleSheet.media只读- Returns a
MediaListrepresenting the intended destination medium for style information. StyleSheet.ownerNode只读- Returns a
Nodeassociating this style sheet with the current document. StyleSheet.parentStyleSheet只读- Returns a
StyleSheetincluding this one, if any; returnsnullif there aren't any. StyleSheet.title只读- Returns a
DOMStringrepresenting the advisory title of the current style sheet. StyleSheet.type只读- Returns a
DOMStringrepresenting the style sheet language for this style sheet.
Specifications
| Specification | Status | Comment |
|---|---|---|
| CSS Object Model (CSSOM) StyleSheet |
Working Draft | No change from Document Object Model (DOM) Level 2 Style Specification. |
| Document Object Model (DOM) Level 2 Style Specification StyleSheet |
Recommendation | Initial definition. |