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

LibWeb: Add missing valid-identifiers for display CSS property

This commit is contained in:
Emil Militzer 2023-04-25 13:37:24 +02:00 committed by Andreas Kling
parent ce9d9a10b8
commit 880878e552

View file

@ -602,7 +602,9 @@
"initial": "inline",
"valid-identifiers": [
"block",
"contents",
"flex",
"flow-root",
"grid",
"inline",
"inline-block",
@ -610,6 +612,8 @@
"inline-table",
"list-item",
"none",
"ruby",
"run-in",
"table",
"table-caption",
"table-cell",