mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:28:11 +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",
|
||||
"circle",
|
||||
"clip",
|
||||
"coarse",
|
||||
"col-resize",
|
||||
"collapse",
|
||||
"column",
|
||||
|
@ -97,6 +98,8 @@
|
|||
"e-resize",
|
||||
"ew-resize",
|
||||
"fantasy",
|
||||
"fast",
|
||||
"fine",
|
||||
"fixed",
|
||||
"flex",
|
||||
"flex-start",
|
||||
|
@ -109,14 +112,18 @@
|
|||
"groove",
|
||||
"help",
|
||||
"hidden",
|
||||
"hover",
|
||||
"infinite",
|
||||
"inline",
|
||||
"inline-block",
|
||||
"inline-table",
|
||||
"inset",
|
||||
"inside",
|
||||
"interlace",
|
||||
"invert",
|
||||
"italic",
|
||||
"justify",
|
||||
"landscape",
|
||||
"large",
|
||||
"larger",
|
||||
"left",
|
||||
|
@ -149,11 +156,16 @@
|
|||
"outset",
|
||||
"outside",
|
||||
"overline",
|
||||
"p3",
|
||||
"paged",
|
||||
"pointer",
|
||||
"portrait",
|
||||
"pre",
|
||||
"pre-line",
|
||||
"pre-wrap",
|
||||
"progress",
|
||||
"progressive",
|
||||
"rec2020",
|
||||
"relative",
|
||||
"repeat",
|
||||
"repeat-x",
|
||||
|
@ -170,6 +182,8 @@
|
|||
"se-resize",
|
||||
"separate",
|
||||
"serif",
|
||||
"srgb",
|
||||
"slow",
|
||||
"small",
|
||||
"small-caps",
|
||||
"smaller",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue