ZVON > References > DOM2 Reference

cssText (attribute )

Owning interface and usage:  
CSSRule.cssText

Member of these other interfaces:  
CSSCharsetRule, CSSFontFaceRule, CSSImportRule, CSSMediaRule, CSSPageRule, CSSStyleRule, CSSUnknownRule

Readonly:  

Type:   DOMString

Description:  
The parsable textual representation of the rule. This reflects the current state of the rule and not its initial value.

Exception:  
DOMException SYNTAX_ERR
Raised if the specified CSS string value has a syntax error and is unparsable.
DOMException INVALID_MODIFICATION_ERR
Raised if the specified CSS string value represents a different type of rule than the current one.
DOMException HIERARCHY_REQUEST_ERR
Raised if the rule cannot be inserted at this point in the style sheet.
DOMException NO_MODIFICATION_ALLOWED_ERR
Raised if the rule is readonly.