mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
9 lines
228 B
HTML
9 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>
|