cssText
(attribute
)
Owning interface and usage:
Member of these other interfaces:
Readonly: no
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.