An object implementing the StyleSheet
interface represents a single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet
interface.
Documentation StyleSheet by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
read onlymedia:MediaList
Returns a MediaList
representing the intended destination medium for style information.
read onlyparentStyleSheet:StyleSheet
Returns a StyleSheet
including this one, if any; returns null
if there aren't any.