mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 14:40:18 +00:00
8 lines
228 B
HTML
8 lines
228 B
HTML
<!doctype html>
|
|
<link rel="match" href="reference/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>
|