goog.cssom.iframe.style.CssRuleSet_ |
Make a copy of this ruleset.
Returns: !goog.cssom.iframe.style.CssRuleSet_
A new CssRuleSet containing
the same data as this one.
|
code » | |||
Initializes the rule set from a
CSSRule .
Arguments:
Returns: boolean
True if initialization succeeded. We only support
CSSStyleRule and CSSFontFaceRule objects.
|
code » | |||
![]()
Set the declaration text with properties from a given object.
Arguments:
|
code » | |||
![]()
Parses a selectors string (which may contain multiple comma-delimited
selectors) and loads the results into this.selectors.
Arguments:
|
code » | |||
![]()
Serializes this CssRuleSet_ into an array as a series of strings.
The array can then be join()-ed to get a string representation
of this ruleset.
|
code » |