mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:37:45 +00:00
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.
This commit is contained in:
parent
eb8f7b303c
commit
3af8b491b4
7 changed files with 41 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
"active": {
|
||||
"argument": ""
|
||||
},
|
||||
"any-link": {
|
||||
"argument": ""
|
||||
},
|
||||
"buffering": {
|
||||
"argument": ""
|
||||
},
|
||||
|
@ -62,6 +65,9 @@
|
|||
"link": {
|
||||
"argument": ""
|
||||
},
|
||||
"local-link": {
|
||||
"argument": ""
|
||||
},
|
||||
"muted": {
|
||||
"argument": ""
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue