Test whether a selector is a valid CSS selector.
true if the selector is valid, false otherwise.
true
false
The computed result is cached, so subsequent tests for the same selector are extremely fast.
The CSS selector of interest.
Generated using TypeDoc
Test whether a selector is a valid CSS selector.
Returns
trueif the selector is valid,falseotherwise.Notes
The computed result is cached, so subsequent tests for the same selector are extremely fast.