mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:37:35 +00:00
LibWeb: Add MEDIAQUERIES-5 identifiers
Sorting the whole list also moved `interlace` by a couple of places.
This commit is contained in:
parent
e8be8f7b6d
commit
84a06a1209
1 changed files with 20 additions and 1 deletions
|
@ -56,11 +56,14 @@
|
|||
"-libweb-palette-window",
|
||||
"-libweb-palette-window-text",
|
||||
"absolute",
|
||||
"active",
|
||||
"additive",
|
||||
"alias",
|
||||
"all",
|
||||
"all-scroll",
|
||||
"anywhere",
|
||||
"auto",
|
||||
"back",
|
||||
"baseline",
|
||||
"blink",
|
||||
"block",
|
||||
|
@ -70,6 +73,7 @@
|
|||
"both",
|
||||
"bottom",
|
||||
"break-word",
|
||||
"browser",
|
||||
"capitalize",
|
||||
"cell",
|
||||
"center",
|
||||
|
@ -91,6 +95,7 @@
|
|||
"crosshair",
|
||||
"currentcolor",
|
||||
"cursive",
|
||||
"custom",
|
||||
"dark",
|
||||
"dashed",
|
||||
"decimal",
|
||||
|
@ -101,6 +106,7 @@
|
|||
"dotted",
|
||||
"double",
|
||||
"e-resize",
|
||||
"enabled",
|
||||
"ew-resize",
|
||||
"fantasy",
|
||||
"fast",
|
||||
|
@ -114,31 +120,36 @@
|
|||
"from-font",
|
||||
"full-size-kana",
|
||||
"full-width",
|
||||
"fullscreen",
|
||||
"grab",
|
||||
"grabbing",
|
||||
"grid",
|
||||
"groove",
|
||||
"help",
|
||||
"hidden",
|
||||
"high",
|
||||
"high-quality",
|
||||
"hover",
|
||||
"infinite",
|
||||
"initial-only",
|
||||
"inline",
|
||||
"inline-block",
|
||||
"inline-flex",
|
||||
"inline-table",
|
||||
"inset",
|
||||
"inside",
|
||||
"interlace",
|
||||
"inter-character",
|
||||
"inter-word",
|
||||
"interlace",
|
||||
"invert",
|
||||
"inverted",
|
||||
"italic",
|
||||
"justify",
|
||||
"landscape",
|
||||
"large",
|
||||
"larger",
|
||||
"left",
|
||||
"less",
|
||||
"light",
|
||||
"lighter",
|
||||
"line-through",
|
||||
|
@ -151,12 +162,15 @@
|
|||
"ltr",
|
||||
"medium",
|
||||
"middle",
|
||||
"minimal-ui",
|
||||
"monospace",
|
||||
"more",
|
||||
"move",
|
||||
"n-resize",
|
||||
"ne-resize",
|
||||
"nesw-resize",
|
||||
"no-drop",
|
||||
"no-preference",
|
||||
"no-repeat",
|
||||
"none",
|
||||
"normal",
|
||||
|
@ -166,6 +180,7 @@
|
|||
"nw-resize",
|
||||
"nwse-resize",
|
||||
"oblique",
|
||||
"opaque",
|
||||
"outset",
|
||||
"outside",
|
||||
"overline",
|
||||
|
@ -181,6 +196,7 @@
|
|||
"progress",
|
||||
"progressive",
|
||||
"rec2020",
|
||||
"reduce",
|
||||
"relative",
|
||||
"repeat",
|
||||
"repeat-x",
|
||||
|
@ -215,10 +231,13 @@
|
|||
"space-between",
|
||||
"square",
|
||||
"srgb",
|
||||
"standalone",
|
||||
"standard",
|
||||
"static",
|
||||
"sticky",
|
||||
"stretch",
|
||||
"sub",
|
||||
"subtractive",
|
||||
"super",
|
||||
"sw-resize",
|
||||
"table",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue