summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/media_feature_names.json5
blob: 388a58828e74105bc2208d2737341badcdfee95b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  metadata: {
    namespace: "media_feature_names",
    export: "",
  },

  data: [
    "any-hover",
    "any-pointer",
    "color",
    "color-index",
    "color-gamut",
    "forced-colors",
    "grid",
    "monochrome",
    "height",
    "hover",
    "width",
    "orientation",
    "aspect-ratio",
    "device-aspect-ratio",
    "-webkit-device-pixel-ratio",
    "device-height",
    "device-width",
    "display-mode",
    // This has not been standardized and is only available to UA style sheets.
    // See crbug.com/809165
    "immersive",
    "max-color",
    "max-color-index",
    "max-aspect-ratio",
    "max-device-aspect-ratio",
    "-webkit-max-device-pixel-ratio",
    "max-device-height",
    "max-device-width",
    "max-height",
    "max-monochrome",
    "max-width",
    "max-resolution",
    "min-color",
    "min-color-index",
    "min-aspect-ratio",
    "min-device-aspect-ratio",
    "-webkit-min-device-pixel-ratio",
    "min-device-height",
    "min-device-width",
    "min-height",
    "min-monochrome",
    "min-width",
    "min-resolution",
    "navigation-controls",
    // This feature only exists to test out origin-trial infrastructure.
    "origin-trial-test",
    "pointer",
    "prefers-color-scheme",
    "prefers-reduced-motion",
    "resolution",
    "-webkit-transform-3d",
    "scan",
    "screen-spanning",
    "shape",
  ],
}