8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Selectors like ol:has(li::marker) and section:has(p::first-line) are problematic and we should make all pseudo-elements invalid inside :has().
ol:has(li::marker)
section:has(p::first-line)