mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:07:46 +00:00
LibWeb: Add identifiers used by MEDIAQUERIES-4
To avoid duplicating a lot of functionality, we're using StyleValues for the values of media-features. So, we need their identifiers added here.
This commit is contained in:
parent
68c246368b
commit
de82764f2f
1 changed files with 14 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
||||||
"center",
|
"center",
|
||||||
"circle",
|
"circle",
|
||||||
"clip",
|
"clip",
|
||||||
|
"coarse",
|
||||||
"col-resize",
|
"col-resize",
|
||||||
"collapse",
|
"collapse",
|
||||||
"column",
|
"column",
|
||||||
|
@ -97,6 +98,8 @@
|
||||||
"e-resize",
|
"e-resize",
|
||||||
"ew-resize",
|
"ew-resize",
|
||||||
"fantasy",
|
"fantasy",
|
||||||
|
"fast",
|
||||||
|
"fine",
|
||||||
"fixed",
|
"fixed",
|
||||||
"flex",
|
"flex",
|
||||||
"flex-start",
|
"flex-start",
|
||||||
|
@ -109,14 +112,18 @@
|
||||||
"groove",
|
"groove",
|
||||||
"help",
|
"help",
|
||||||
"hidden",
|
"hidden",
|
||||||
|
"hover",
|
||||||
|
"infinite",
|
||||||
"inline",
|
"inline",
|
||||||
"inline-block",
|
"inline-block",
|
||||||
"inline-table",
|
"inline-table",
|
||||||
"inset",
|
"inset",
|
||||||
"inside",
|
"inside",
|
||||||
|
"interlace",
|
||||||
"invert",
|
"invert",
|
||||||
"italic",
|
"italic",
|
||||||
"justify",
|
"justify",
|
||||||
|
"landscape",
|
||||||
"large",
|
"large",
|
||||||
"larger",
|
"larger",
|
||||||
"left",
|
"left",
|
||||||
|
@ -149,11 +156,16 @@
|
||||||
"outset",
|
"outset",
|
||||||
"outside",
|
"outside",
|
||||||
"overline",
|
"overline",
|
||||||
|
"p3",
|
||||||
|
"paged",
|
||||||
"pointer",
|
"pointer",
|
||||||
|
"portrait",
|
||||||
"pre",
|
"pre",
|
||||||
"pre-line",
|
"pre-line",
|
||||||
"pre-wrap",
|
"pre-wrap",
|
||||||
"progress",
|
"progress",
|
||||||
|
"progressive",
|
||||||
|
"rec2020",
|
||||||
"relative",
|
"relative",
|
||||||
"repeat",
|
"repeat",
|
||||||
"repeat-x",
|
"repeat-x",
|
||||||
|
@ -170,6 +182,8 @@
|
||||||
"se-resize",
|
"se-resize",
|
||||||
"separate",
|
"separate",
|
||||||
"serif",
|
"serif",
|
||||||
|
"srgb",
|
||||||
|
"slow",
|
||||||
"small",
|
"small",
|
||||||
"small-caps",
|
"small-caps",
|
||||||
"smaller",
|
"smaller",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue