Open piquark6046 opened 1 year ago
div:has(~ .asdf) is returned as parent element > div:not(.asdf).
div:has(~ .asdf)
parent element > div:not(.asdf)
For example, in browse.auction.co.kr, you will face the error if you add asdf class in one of .section--module_wrap > .component--item_card.type--general elements and run the selector.
asdf
.section--module_wrap > .component--item_card.type--general
Environment: Brave 1.51.118; AdGuard Extended Css Debugger (ExtCSS Lib version: 2.0.52) Related issue: https://github.com/AdguardTeam/AdguardFilters/issues/152303
div:has(~ .asdf)
is returned asparent element > div:not(.asdf)
.For example, in browse.auction.co.kr, you will face the error if you add
asdf
class in one of.section--module_wrap > .component--item_card.type--general
elements and run the selector.Environment: Brave 1.51.118; AdGuard Extended Css Debugger (ExtCSS Lib version: 2.0.52) Related issue: https://github.com/AdguardTeam/AdguardFilters/issues/152303