mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:27:45 +00:00
LibWeb: Add a handful of missing CSS "display" value identifiers
This commit is contained in:
parent
0264ae23bc
commit
f2b626daba
1 changed files with 10 additions and 0 deletions
|
@ -83,6 +83,7 @@
|
||||||
"contain",
|
"contain",
|
||||||
"content",
|
"content",
|
||||||
"content-box",
|
"content-box",
|
||||||
|
"contents",
|
||||||
"context-menu",
|
"context-menu",
|
||||||
"copy",
|
"copy",
|
||||||
"crosshair",
|
"crosshair",
|
||||||
|
@ -104,11 +105,14 @@
|
||||||
"flex",
|
"flex",
|
||||||
"flex-start",
|
"flex-start",
|
||||||
"flex-end",
|
"flex-end",
|
||||||
|
"flow",
|
||||||
|
"flow-root",
|
||||||
"from-font",
|
"from-font",
|
||||||
"full-size-kana",
|
"full-size-kana",
|
||||||
"full-width",
|
"full-width",
|
||||||
"grab",
|
"grab",
|
||||||
"grabbing",
|
"grabbing",
|
||||||
|
"grid",
|
||||||
"groove",
|
"groove",
|
||||||
"help",
|
"help",
|
||||||
"hidden",
|
"hidden",
|
||||||
|
@ -177,6 +181,12 @@
|
||||||
"row-resize",
|
"row-resize",
|
||||||
"row-reverse",
|
"row-reverse",
|
||||||
"rtl",
|
"rtl",
|
||||||
|
"ruby",
|
||||||
|
"ruby-base",
|
||||||
|
"ruby-base-container",
|
||||||
|
"ruby-text",
|
||||||
|
"ruby-text-container",
|
||||||
|
"run-in",
|
||||||
"sans-serif",
|
"sans-serif",
|
||||||
"scroll",
|
"scroll",
|
||||||
"se-resize",
|
"se-resize",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue