1
Fork 0
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:
Sam Atkins 2023-08-22 15:55:46 +01:00 committed by Andreas Kling
parent 3af8b491b4
commit 3d10bf3ae7
2 changed files with 9 additions and 0 deletions

View file

@ -113,6 +113,9 @@
"target": {
"argument": ""
},
"target-within": {
"argument": ""
},
"visited": {
"argument": ""
},