selectorText
(attribute
)
Owning interface and usage:
CSSStyleRule.
selectorText
Member of these other interfaces:
none
Readonly:
Description:
The textual representation of the selector for the rule set. The implementation may have stripped out insignificant whitespace while parsing the selector.
Exception:
- DOMException SYNTAX_ERR
-
Raised if the specified CSS string value has a syntax error and is unparsable.
- DOMException NO_MODIFICATION_ALLOWED_ERR
-
Raised if this rule is readonly.