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:
parent
603f611ceb
commit
57168150aa
1 changed files with 9 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue