mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:37:44 +00:00
LibWeb: Remove media-query-related identifiers from identifiers.json
Having these in here was a hack to support the other hack of making media-queries use StyleValues. Now they don't do that, so we can remove these again and keep things hygienic.
This commit is contained in:
parent
6299d68e45
commit
d470e7e817
1 changed files with 0 additions and 16 deletions
|
@ -75,7 +75,6 @@
|
||||||
"center",
|
"center",
|
||||||
"circle",
|
"circle",
|
||||||
"clip",
|
"clip",
|
||||||
"coarse",
|
|
||||||
"col-resize",
|
"col-resize",
|
||||||
"collapse",
|
"collapse",
|
||||||
"column",
|
"column",
|
||||||
|
@ -90,7 +89,6 @@
|
||||||
"crosshair",
|
"crosshair",
|
||||||
"currentcolor",
|
"currentcolor",
|
||||||
"cursive",
|
"cursive",
|
||||||
"dark",
|
|
||||||
"dashed",
|
"dashed",
|
||||||
"decimal",
|
"decimal",
|
||||||
"decimal-leading-zero",
|
"decimal-leading-zero",
|
||||||
|
@ -101,8 +99,6 @@
|
||||||
"e-resize",
|
"e-resize",
|
||||||
"ew-resize",
|
"ew-resize",
|
||||||
"fantasy",
|
"fantasy",
|
||||||
"fast",
|
|
||||||
"fine",
|
|
||||||
"fixed",
|
"fixed",
|
||||||
"flex",
|
"flex",
|
||||||
"flex-start",
|
"flex-start",
|
||||||
|
@ -118,22 +114,17 @@
|
||||||
"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",
|
||||||
"light",
|
|
||||||
"lighter",
|
"lighter",
|
||||||
"line-through",
|
"line-through",
|
||||||
"list-item",
|
"list-item",
|
||||||
|
@ -163,17 +154,12 @@
|
||||||
"outset",
|
"outset",
|
||||||
"outside",
|
"outside",
|
||||||
"overline",
|
"overline",
|
||||||
"p3",
|
|
||||||
"padding-box",
|
"padding-box",
|
||||||
"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",
|
||||||
|
@ -196,8 +182,6 @@
|
||||||
"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