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(..)".
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.