1
Fork 0
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:
Andreas Kling 2021-10-06 16:39:44 +02:00
parent 0264ae23bc
commit f2b626daba

View file

@ -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",