mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +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",
|
"initial": "inline",
|
||||||
"valid-identifiers": [
|
"valid-identifiers": [
|
||||||
"block",
|
"block",
|
||||||
|
"contents",
|
||||||
"flex",
|
"flex",
|
||||||
|
"flow-root",
|
||||||
"grid",
|
"grid",
|
||||||
"inline",
|
"inline",
|
||||||
"inline-block",
|
"inline-block",
|
||||||
|
@ -610,6 +612,8 @@
|
||||||
"inline-table",
|
"inline-table",
|
||||||
"list-item",
|
"list-item",
|
||||||
"none",
|
"none",
|
||||||
|
"ruby",
|
||||||
|
"run-in",
|
||||||
"table",
|
"table",
|
||||||
"table-caption",
|
"table-caption",
|
||||||
"table-cell",
|
"table-cell",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue