AdguardTeam / ExtendedCss

A TypeScript library for non-standard element selecting — :contains(), :matches-css(), etc., and applying CSS styles with extended properties.
GNU General Public License v3.0
61 stars 9 forks source link

Avoid limitation of ':is()' pseudo-class related to different DOM levels of comparing elements #156

Open slavaleleka opened 1 year ago

slavaleleka commented 1 year ago

Complex selectors with extended pseudo-classes are not supported as selectors argument for :is() pseudo-class, only compound ones are allowed.

https://github.com/AdguardTeam/ExtendedCss#extended-css-is-limitations