I have:
<div>
<span class="something">...</span>
<span class="something">...</span>
<span class="something">...</span>
</div>
<article>
<span class="something">...</span>
</article>
I want to only select the last .something
element. The last-child
and so on, I believe, require the same parent.