Hacker News new | ask | show | jobs
by ok123456 1072 days ago
Now do that when you want the 8-th parent in a complex document.
1 comments

I only did depth=1 because the syntax doesnt change, i still don't see a difference to speak of

css:

    div:has( > \* > \* > \* > \* > \* > \* > \* > #the-child)
    (backslashes added by hn because of formatting conflict)
xpath:

    //div[@id="the-child"]/../../../../../../../..