1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:07:44 +00:00

LibWeb: Implement the :dir() selector pseudo-class

This commit is contained in:
Sam Atkins 2023-08-16 12:11:14 +01:00 committed by Andreas Kling
parent 5b125811f1
commit b8e694c0f2
4 changed files with 152 additions and 0 deletions

View file

@ -11,6 +11,9 @@
"defined": {
"argument": ""
},
"dir": {
"argument": "<ident>"
},
"disabled": {
"argument": ""
},