mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 21:00:06 +00:00
10 lines
259 B
HTML
10 lines
259 B
HTML
<!doctype html>
|
|
<link rel="match" href="reference/css-has-direct-child.html" />
|
|
<style>
|
|
a:has(> span) {
|
|
color: orange;
|
|
}
|
|
</style>
|
|
<a href="https://example.com"><span>Link</span></a>
|
|
<a href="https://example.com"><em><span>Link</span></em></a>
|