Home | Trees | Indices | Help |
|
---|
|
object --+ | util.Base --+ | cssrule.CSSRule --+ | CSSStyleRule
represents a single rule set in a CSS style sheet.
Inherits properties from CSSRule
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
type = 1 The type of this rule, as defined by a CSSRule type constant. |
|||
Inherited from Inherited from |
|
|||
cssText (DOM) The parsable textual representation of the rule. |
|||
selectorList The SelectorList of this rule. |
|||
selectorText (DOM) The textual representation of the selector for the rule set. |
|||
style (DOM) The declaration-block of this rule set. |
|||
Inherited from Inherited from |
|
if readonly allows setting of properties in constructor only
|
|
DOMException on setting
|
(cssutils) set the SelectorList of this rule
DOMException on setting
|
wrapper for cssutils Selector object
DOMException on setting
|
|
|
|
cssText(DOM) The parsable textual representation of the rule.
|
selectorListThe SelectorList of this rule.
|
selectorText(DOM) The textual representation of the selector for the rule set.
|
style(DOM) The declaration-block of this rule set.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Sep 05 13:22:10 2007 | http://epydoc.sourceforge.net |