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

LibWeb: Implement support for parsing CSS column-count property

This commit is contained in:
Aliaksandr Kalenik 2023-09-06 18:30:57 +02:00 committed by Andreas Kling
parent 9bd3c542b4
commit 0f75d0611f
4 changed files with 62 additions and 0 deletions

View file

@ -687,6 +687,16 @@
],
"percentages-resolve-to": "length"
},
"column-count": {
"inherited": false,
"initial": "auto",
"valid-types": [
"integer [1,∞]"
],
"valid-identifiers": [
"auto"
]
},
"content": {
"inherited": false,
"initial": "normal",