mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
LibWeb: Reject negative values for flex-grow
and flex-shrink
This commit is contained in:
parent
f4c68eb0a4
commit
789f258412
1 changed files with 2 additions and 2 deletions
|
@ -586,14 +586,14 @@
|
|||
"inherited": false,
|
||||
"initial": "0",
|
||||
"valid-types": [
|
||||
"number"
|
||||
"number [0,∞]"
|
||||
]
|
||||
},
|
||||
"flex-shrink": {
|
||||
"inherited": false,
|
||||
"initial": "1",
|
||||
"valid-types": [
|
||||
"number"
|
||||
"number [0,∞]"
|
||||
]
|
||||
},
|
||||
"order": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue