mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:37:35 +00:00
LibWeb: Implement the :target-within
pseudo-class selector
As noted in a9620d8784
we don't currently
set the target element so this does not function, so no tests. But it
should work once we have a fleshed out Navigables implementation. :^)
This commit is contained in:
parent
3af8b491b4
commit
3d10bf3ae7
2 changed files with 9 additions and 0 deletions
|
@ -113,6 +113,9 @@
|
|||
"target": {
|
||||
"argument": ""
|
||||
},
|
||||
"target-within": {
|
||||
"argument": ""
|
||||
},
|
||||
"visited": {
|
||||
"argument": ""
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue