mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +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",
|
||||
"content",
|
||||
"content-box",
|
||||
"contents",
|
||||
"context-menu",
|
||||
"copy",
|
||||
"crosshair",
|
||||
|
@ -104,11 +105,14 @@
|
|||
"flex",
|
||||
"flex-start",
|
||||
"flex-end",
|
||||
"flow",
|
||||
"flow-root",
|
||||
"from-font",
|
||||
"full-size-kana",
|
||||
"full-width",
|
||||
"grab",
|
||||
"grabbing",
|
||||
"grid",
|
||||
"groove",
|
||||
"help",
|
||||
"hidden",
|
||||
|
@ -177,6 +181,12 @@
|
|||
"row-resize",
|
||||
"row-reverse",
|
||||
"rtl",
|
||||
"ruby",
|
||||
"ruby-base",
|
||||
"ruby-base-container",
|
||||
"ruby-text",
|
||||
"ruby-text-container",
|
||||
"run-in",
|
||||
"sans-serif",
|
||||
"scroll",
|
||||
"se-resize",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue