ZVON > References > DOM2 Reference

cssText (attribute )

Owning interface and usage:  
CSSValue.cssText

Member of these other interfaces:  
CSSPrimitiveValue, CSSValueList

Readonly:   no

Type:   DOMString

Description:  
A string representation of the current value.

Exception:  
DOMException SYNTAX_ERR
Raised if the specified CSS string value has a syntax error (according to the attached property) or is unparsable.
DOMException INVALID_MODIFICATION_ERR
Raised if the specified CSS string value represents a different type of values than the values allowed by the CSS property.
DOMException NO_MODIFICATION_ALLOWED_ERR
Raised if this value is readonly.