1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:47: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",
"absolute",
"alias",
"all",
"all-scroll",
"anywhere",
"auto",
@ -75,8 +76,10 @@
"circle",
"clip",
"col-resize",
"collapse",
"column",
"column-reverse",
"contain",
"content",
"content-box",
"context-menu",
@ -98,6 +101,7 @@
"flex",
"flex-start",
"flex-end",
"from-font",
"full-size-kana",
"full-width",
"grab",
@ -107,6 +111,7 @@
"hidden",
"inline",
"inline-block",
"inline-table",
"inset",
"inside",
"invert",
@ -118,6 +123,7 @@
"lighter",
"line-through",
"list-item",
"local",
"lowercase",
"lower-alpha",
"lower-latin",
@ -165,6 +171,7 @@
"separate",
"serif",
"small",
"small-caps",
"smaller",
"solid",
"space",
@ -190,6 +197,8 @@
"text",
"text-bottom",
"text-top",
"thick",
"thin",
"top",
"ui-monospace",
"ui-rounded",