1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:57:35 +00:00

LibWeb: Add several CSS identifiers to the list

These ones are needed by the value-checking system, coming next.
This commit is contained in:
Sam Atkins 2021-09-22 20:08:52 +01:00 committed by Andreas Kling
parent 603f611ceb
commit 57168150aa

View file

@ -57,6 +57,7 @@
"-libweb-palette-window-text", "-libweb-palette-window-text",
"absolute", "absolute",
"alias", "alias",
"all",
"all-scroll", "all-scroll",
"anywhere", "anywhere",
"auto", "auto",
@ -75,8 +76,10 @@
"circle", "circle",
"clip", "clip",
"col-resize", "col-resize",
"collapse",
"column", "column",
"column-reverse", "column-reverse",
"contain",
"content", "content",
"content-box", "content-box",
"context-menu", "context-menu",
@ -98,6 +101,7 @@
"flex", "flex",
"flex-start", "flex-start",
"flex-end", "flex-end",
"from-font",
"full-size-kana", "full-size-kana",
"full-width", "full-width",
"grab", "grab",
@ -107,6 +111,7 @@
"hidden", "hidden",
"inline", "inline",
"inline-block", "inline-block",
"inline-table",
"inset", "inset",
"inside", "inside",
"invert", "invert",
@ -118,6 +123,7 @@
"lighter", "lighter",
"line-through", "line-through",
"list-item", "list-item",
"local",
"lowercase", "lowercase",
"lower-alpha", "lower-alpha",
"lower-latin", "lower-latin",
@ -165,6 +171,7 @@
"separate", "separate",
"serif", "serif",
"small", "small",
"small-caps",
"smaller", "smaller",
"solid", "solid",
"space", "space",
@ -190,6 +197,8 @@
"text", "text",
"text-bottom", "text-bottom",
"text-top", "text-top",
"thick",
"thin",
"top", "top",
"ui-monospace", "ui-monospace",
"ui-rounded", "ui-rounded",