mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
See https://drafts.csswg.org/selectors-4/#relational. (cherry picked from commit f63a945ba0300551417c740e450957f29c9b73d1)
5 lines
245 B
HTML
5 lines
245 B
HTML
<a href="https://example.com" style="color: orange">Link</a><span>Hello!</span>
|
|
<a href="https://example.com">Link</a><em>Hello!</em>
|
|
<a href="https://example.com">Link</a><em>Hello</em><span>world!</span>
|
|
<a href="https://example.com">Link</a>
|