AdguardTeam / AdguardTeam/ExtendedCss
Fix ':has()' pseudo-class due to <forgiving-relative-selector-list>
Abierto
Priority: P4
Version: ExtendedCss v2.2
- Lenguaje dominante
- TypeScript
- Estrellas
- 71
- Forks
- 11
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
native :has() pseudo-class takes ``
https://www.w3.org/TR/selectors-4/#has-pseudo
but in v2.0 it seems to take `` which means that **all** of selectors in the selector list arg are being matched
https://uploads.adguard.org/slbdzdrvx7z36.png
native implementation also does not signal an error on invalid selector in the list arg
https://uploads.adguard.org/slbdzdrve42fv.png
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.