| OLD | NEW |
| 1 { | 1 { |
| 2 metadata: { | 2 metadata: { |
| 3 namespace: "MediaFeature", | 3 namespace: "MediaFeature", |
| 4 export: "", | 4 export: "", |
| 5 }, | 5 }, |
| 6 | 6 |
| 7 data: [ | 7 data: [ |
| 8 "any-hover", | 8 "any-hover", |
| 9 "any-pointer", | 9 "any-pointer", |
| 10 "color", | 10 "color", |
| 11 "color-index", | 11 "color-index", |
| 12 "color-gamut", |
| 12 "grid", | 13 "grid", |
| 13 "monochrome", | 14 "monochrome", |
| 14 "height", | 15 "height", |
| 15 "hover", | 16 "hover", |
| 16 "width", | 17 "width", |
| 17 "orientation", | 18 "orientation", |
| 18 "aspect-ratio", | 19 "aspect-ratio", |
| 19 "device-aspect-ratio", | 20 "device-aspect-ratio", |
| 20 "-webkit-device-pixel-ratio", | 21 "-webkit-device-pixel-ratio", |
| 21 "device-height", | 22 "device-height", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 43 "min-monochrome", | 44 "min-monochrome", |
| 44 "min-width", | 45 "min-width", |
| 45 "min-resolution", | 46 "min-resolution", |
| 46 "pointer", | 47 "pointer", |
| 47 "resolution", | 48 "resolution", |
| 48 "-webkit-transform-3d", | 49 "-webkit-transform-3d", |
| 49 "scan", | 50 "scan", |
| 50 "shape", | 51 "shape", |
| 51 ], | 52 ], |
| 52 } | 53 } |
| OLD | NEW |