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