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