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:
parent
1bc081398e
commit
dc7a52957e
7 changed files with 90 additions and 0 deletions
|
@ -1836,6 +1836,17 @@
|
|||
"position"
|
||||
]
|
||||
},
|
||||
"quotes": {
|
||||
"inherited": true,
|
||||
"initial": "auto",
|
||||
"valid-types": [
|
||||
"string"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"auto",
|
||||
"none"
|
||||
]
|
||||
},
|
||||
"right": {
|
||||
"inherited": false,
|
||||
"initial": "auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue