mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 04:50:29 +00:00
LibWeb: Set max-values for display CSS property
This commit is contained in:
parent
3f7a37465d
commit
b74940ffb7
Notes:
sideshowbarker
2024-07-17 03:51:15 +09:00
Author: https://github.com/emilitzerjo Commit: https://github.com/SerenityOS/serenity/commit/b74940ffb7 Pull-request: https://github.com/SerenityOS/serenity/pull/18524 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/nico
1 changed files with 1 additions and 0 deletions
|
@ -600,6 +600,7 @@
|
|||
"display": {
|
||||
"inherited": false,
|
||||
"initial": "inline",
|
||||
"max-values": 3,
|
||||
"valid-identifiers": [
|
||||
"block",
|
||||
"contents",
|
||||
|
|
Loading…
Reference in a new issue