mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:17: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",
|
||||||
"-libweb-palette-window-text",
|
"-libweb-palette-window-text",
|
||||||
"absolute",
|
"absolute",
|
||||||
|
"active",
|
||||||
|
"additive",
|
||||||
"alias",
|
"alias",
|
||||||
"all",
|
"all",
|
||||||
"all-scroll",
|
"all-scroll",
|
||||||
"anywhere",
|
"anywhere",
|
||||||
"auto",
|
"auto",
|
||||||
|
"back",
|
||||||
"baseline",
|
"baseline",
|
||||||
"blink",
|
"blink",
|
||||||
"block",
|
"block",
|
||||||
|
@ -70,6 +73,7 @@
|
||||||
"both",
|
"both",
|
||||||
"bottom",
|
"bottom",
|
||||||
"break-word",
|
"break-word",
|
||||||
|
"browser",
|
||||||
"capitalize",
|
"capitalize",
|
||||||
"cell",
|
"cell",
|
||||||
"center",
|
"center",
|
||||||
|
@ -91,6 +95,7 @@
|
||||||
"crosshair",
|
"crosshair",
|
||||||
"currentcolor",
|
"currentcolor",
|
||||||
"cursive",
|
"cursive",
|
||||||
|
"custom",
|
||||||
"dark",
|
"dark",
|
||||||
"dashed",
|
"dashed",
|
||||||
"decimal",
|
"decimal",
|
||||||
|
@ -101,6 +106,7 @@
|
||||||
"dotted",
|
"dotted",
|
||||||
"double",
|
"double",
|
||||||
"e-resize",
|
"e-resize",
|
||||||
|
"enabled",
|
||||||
"ew-resize",
|
"ew-resize",
|
||||||
"fantasy",
|
"fantasy",
|
||||||
"fast",
|
"fast",
|
||||||
|
@ -114,31 +120,36 @@
|
||||||
"from-font",
|
"from-font",
|
||||||
"full-size-kana",
|
"full-size-kana",
|
||||||
"full-width",
|
"full-width",
|
||||||
|
"fullscreen",
|
||||||
"grab",
|
"grab",
|
||||||
"grabbing",
|
"grabbing",
|
||||||
"grid",
|
"grid",
|
||||||
"groove",
|
"groove",
|
||||||
"help",
|
"help",
|
||||||
"hidden",
|
"hidden",
|
||||||
|
"high",
|
||||||
"high-quality",
|
"high-quality",
|
||||||
"hover",
|
"hover",
|
||||||
"infinite",
|
"infinite",
|
||||||
|
"initial-only",
|
||||||
"inline",
|
"inline",
|
||||||
"inline-block",
|
"inline-block",
|
||||||
"inline-flex",
|
"inline-flex",
|
||||||
"inline-table",
|
"inline-table",
|
||||||
"inset",
|
"inset",
|
||||||
"inside",
|
"inside",
|
||||||
"interlace",
|
|
||||||
"inter-character",
|
"inter-character",
|
||||||
"inter-word",
|
"inter-word",
|
||||||
|
"interlace",
|
||||||
"invert",
|
"invert",
|
||||||
|
"inverted",
|
||||||
"italic",
|
"italic",
|
||||||
"justify",
|
"justify",
|
||||||
"landscape",
|
"landscape",
|
||||||
"large",
|
"large",
|
||||||
"larger",
|
"larger",
|
||||||
"left",
|
"left",
|
||||||
|
"less",
|
||||||
"light",
|
"light",
|
||||||
"lighter",
|
"lighter",
|
||||||
"line-through",
|
"line-through",
|
||||||
|
@ -151,12 +162,15 @@
|
||||||
"ltr",
|
"ltr",
|
||||||
"medium",
|
"medium",
|
||||||
"middle",
|
"middle",
|
||||||
|
"minimal-ui",
|
||||||
"monospace",
|
"monospace",
|
||||||
|
"more",
|
||||||
"move",
|
"move",
|
||||||
"n-resize",
|
"n-resize",
|
||||||
"ne-resize",
|
"ne-resize",
|
||||||
"nesw-resize",
|
"nesw-resize",
|
||||||
"no-drop",
|
"no-drop",
|
||||||
|
"no-preference",
|
||||||
"no-repeat",
|
"no-repeat",
|
||||||
"none",
|
"none",
|
||||||
"normal",
|
"normal",
|
||||||
|
@ -166,6 +180,7 @@
|
||||||
"nw-resize",
|
"nw-resize",
|
||||||
"nwse-resize",
|
"nwse-resize",
|
||||||
"oblique",
|
"oblique",
|
||||||
|
"opaque",
|
||||||
"outset",
|
"outset",
|
||||||
"outside",
|
"outside",
|
||||||
"overline",
|
"overline",
|
||||||
|
@ -181,6 +196,7 @@
|
||||||
"progress",
|
"progress",
|
||||||
"progressive",
|
"progressive",
|
||||||
"rec2020",
|
"rec2020",
|
||||||
|
"reduce",
|
||||||
"relative",
|
"relative",
|
||||||
"repeat",
|
"repeat",
|
||||||
"repeat-x",
|
"repeat-x",
|
||||||
|
@ -215,10 +231,13 @@
|
||||||
"space-between",
|
"space-between",
|
||||||
"square",
|
"square",
|
||||||
"srgb",
|
"srgb",
|
||||||
|
"standalone",
|
||||||
|
"standard",
|
||||||
"static",
|
"static",
|
||||||
"sticky",
|
"sticky",
|
||||||
"stretch",
|
"stretch",
|
||||||
"sub",
|
"sub",
|
||||||
|
"subtractive",
|
||||||
"super",
|
"super",
|
||||||
"sw-resize",
|
"sw-resize",
|
||||||
"table",
|
"table",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue