<!doctype html>
<link rel="match" href="../expected/css-nested-has.html" />
<style>
a:has(span:has(strong)) {
color: orange;
}
</style>
<a href="https://example.com"><em><span><strong>Link</strong></span></em></a>