1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 04:17:35 +00:00

LibWeb: Parse and compute CSS quotes property

This commit is contained in:
Sam Atkins 2023-09-12 11:34:26 +01:00 committed by Andrew Kaster
parent 1bc081398e
commit dc7a52957e
7 changed files with 90 additions and 0 deletions

View file

@ -1836,6 +1836,17 @@
"position"
]
},
"quotes": {
"inherited": true,
"initial": "auto",
"valid-types": [
"string"
],
"valid-identifiers": [
"auto",
"none"
]
},
"right": {
"inherited": false,
"initial": "auto",