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
It would nice to be able to use "has:()" with ">".
So query like "div:has(> a)" will select all "div" elements that have at lease one direct child "a" element.
Or, for example, add selector like ":hasChild(..)".
Thanks.
The text was updated successfully, but these errors were encountered:
ogolovanov
changed the title
feature request: :has() and ">"
feature request: ":has()" and ">"
Aug 26, 2018
Hello.
It would nice to be able to use "has:()" with ">".
So query like "div:has(> a)" will select all "div" elements that have at lease one direct child "a" element.
Or, for example, add selector like ":hasChild(..)".
Thanks.
The text was updated successfully, but these errors were encountered: