mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +00:00
LibWeb: Set max-values for display CSS property
This commit is contained in:
parent
3f7a37465d
commit
b74940ffb7
1 changed files with 1 additions and 0 deletions
|
@ -600,6 +600,7 @@
|
||||||
"display": {
|
"display": {
|
||||||
"inherited": false,
|
"inherited": false,
|
||||||
"initial": "inline",
|
"initial": "inline",
|
||||||
|
"max-values": 3,
|
||||||
"valid-identifiers": [
|
"valid-identifiers": [
|
||||||
"block",
|
"block",
|
||||||
"contents",
|
"contents",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue