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:
parent
9bd3c542b4
commit
0f75d0611f
4 changed files with 62 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue