An object implementing the StyleSheet
interface represents a single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet
interface.
プロパティ
disabled
- This property indicates whether the current stylesheet has been applied or not.
href
- Returns the location of the stylesheet.
media
- Specifies the intended destination medium for style information.
ownerNode
- Returns the node that associates this style sheet with the document.
parentStyleSheet
- Returns the stylesheet that is including this one, if any.
title
- Returns the advisory title of the current style sheet.
type
- Specifies the style sheet language for this style sheet.