This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-10-22 17:13:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
027c9f53be
ladybird
/
Tests
/
LibWeb
/
Ref
/
expected
/
css-local-link-selector-ref.html
4 lines
95 B
HTML
Raw
Normal View
History
Unescape
Escape
Meta: Add DOCTYPEs to ref tests
2025-03-18 19:29:54 +01:00
<!DOCTYPE html>
LibWeb: Implement `:any-link` and `:local-link` pseudo-class selectors `:any-link` matches links, whether they have been visited or not. `:local-link` matches links to the current URL.
2023-08-22 15:24:12 +01:00
<
a
href
=
""
style
=
"color: orange"
>
Local
<
/
a
>
<
a
href
=
"example.com"
>
Not local
<
/
a
>
Reference in a new issue
Copy permalink