Home | Trees | Indices | Help |
|
---|
|
object --+ | util.Base --+ | cssrule.CSSRule --+ | CSSStyleRule
The CSSStyleRule object represents a ruleset specified (if any) in a CSS style sheet. It provides access to a declaration block as well as to the associated group of selectors.
ruleset:
: selector [ COMMA S* selector ]* LBRACE S* declaration [ ';' S* declaration ]* '}' S* ;
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
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 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 SelectorList 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 Tue Nov 06 22:28:41 2007 | http://epydoc.sourceforge.net |