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
Implementing :has should also provide a solution to #592, i.e. finding the parent of a specific element. For example, to select the div that contains the h1 with text foo from your example, we could simply use the selector div:has(> h1:fl-contains('foo')).
Feature goal
(From JSoup docs)
The text was updated successfully, but these errors were encountered: