CSSStyleSheet in DOM Level 2 CSS

(no overview available)

Inherits from:

Instance Properties

name type description
type String (read only) [from StyleSheet]
disabled Boolean [from StyleSheet]
ownerNode Node (read only) [from StyleSheet]
parentStyleSheet StyleSheet (read only) [from StyleSheet]
href String (read only) [from StyleSheet]
title String (read only) [from StyleSheet]
media MediaList (read only) [from StyleSheet]
ownerRule CSSRule (read only)
cssRules CSSRuleList (read only)

Instance Methods

name returns description
insertRule() Number
deleteRule() (none)

Properties that are a CSSStyleSheet

name object description
parentStyleSheet CSSRule (read only)
styleSheet CSSImportRule (read only)

Methods that return a CSSStyleSheet

name of object description
createCSSStyleSheet() DOMImplementationCSS