Re: [csswg-drafts] [css-selectors] Nearest descendant selector (#4940)

Thanks for the comments. A lot of people assumed I know the exact structure, which was never the idea and would be easily solvable. Here is a rephrasing of the HTML, where the ellipsis represent unknown nested levels of elements.

<div class="wrapper">
    ...
        <div class="child"> </div>
    ...
    <div>
       ...
            <div class="child"> </div>
        ...
    </div>
</div>

-- 
GitHub Notification of comment by radogado
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4940#issuecomment-723542288 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 8 November 2020 07:45:52 UTC