You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slavaleleka
changed the title
Consider :has() as a standard pseudo-class if ExtendedCss usage is not forced by #?# rule marker
Consider :has(), :not(), :is() as a standard pseudo-class if ExtendedCss usage is not forced by #?# rule marker
Nov 23, 2022
:has() pseudo-class has native implementation
https://developer.mozilla.org/en-US/docs/Web/CSS/:has
and since ExtendedCss v2 release the rule with
##
marker and:has()
should not be considered as ExtendedCssbut :has() pseudo-class should be considered as ExtendedCss if the rule marker is
#?#
https://github.com/AdguardTeam/ExtendedCss#extended-css-has
related: AdguardTeam/SafariConverterLib#43
The text was updated successfully, but these errors were encountered: