We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:has()
Related to - #1840 and #1683, but for mobile browsers.
It seems that currently in mobile browsers (the same on desktop in mobile view) rules with :has() use ExtendedCSS instead of native :has().
ExtendedCSS
Steps to reproduce
example.org##div:has(a)
div
In desktop view native :has() is used.
In mobile view ExtendedCSS is used.
The same occurs on real Android device.
AdGuard for Windows 7.17.0 nightly 20 (4637) (CL 1.14.25, DL 2.5.4 ) AdGuard for Android v4.4 Nightly 35
The text was updated successfully, but these errors were encountered:
sfionov
No branches or pull requests
Related to - #1840 and #1683, but for mobile browsers.
It seems that currently in mobile browsers (the same on desktop in mobile view) rules with
:has()
useExtendedCSS
instead of native:has()
.Steps to reproduce
div
In desktop view native
:has()
is used.Screenshot desktop
In mobile view
ExtendedCSS
is used.Screenshot mobile
The same occurs on real Android device.
Screenshot Android
AdGuard for Windows 7.17.0 nightly 20 (4637) (CL 1.14.25, DL 2.5.4 )
AdGuard for Android v4.4 Nightly 35
The text was updated successfully, but these errors were encountered: