mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 04:17:35 +00:00
LibWeb: Move <display-foo>
definitions into Enums.json
This eliminates a fair bit of boilerplate.
This commit is contained in:
parent
3b0980c89f
commit
125d161b3f
10 changed files with 182 additions and 313 deletions
|
@ -724,29 +724,14 @@
|
|||
"initial": "inline",
|
||||
"max-values": 3,
|
||||
"valid-identifiers": [
|
||||
"block",
|
||||
"contents",
|
||||
"flex",
|
||||
"flow-root",
|
||||
"grid",
|
||||
"inline",
|
||||
"inline-block",
|
||||
"inline-flex",
|
||||
"inline-grid",
|
||||
"inline-table",
|
||||
"list-item",
|
||||
"none",
|
||||
"ruby",
|
||||
"run-in",
|
||||
"table",
|
||||
"table-caption",
|
||||
"table-cell",
|
||||
"table-column",
|
||||
"table-column-group",
|
||||
"table-footer-group",
|
||||
"table-header-group",
|
||||
"table-row",
|
||||
"table-row-group"
|
||||
"list-item"
|
||||
],
|
||||
"valid-types": [
|
||||
"display-outside",
|
||||
"display-inside",
|
||||
"display-internal",
|
||||
"display-box",
|
||||
"display-legacy"
|
||||
]
|
||||
},
|
||||
"fill": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue