| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 metadata: { |
| 3 namespace: "MediaFeature", |
| 4 export: "", |
| 5 }, |
| 6 |
| 7 data: [ |
| 8 "any-hover", |
| 9 "any-pointer", |
| 10 "color", |
| 11 "color-index", |
| 12 "grid", |
| 13 "monochrome", |
| 14 "height", |
| 15 "hover", |
| 16 "width", |
| 17 "orientation", |
| 18 "aspect-ratio", |
| 19 "device-aspect-ratio", |
| 20 "-webkit-device-pixel-ratio", |
| 21 "device-height", |
| 22 "device-width", |
| 23 "display-mode", |
| 24 "max-color", |
| 25 "max-color-index", |
| 26 "max-aspect-ratio", |
| 27 "max-device-aspect-ratio", |
| 28 "-webkit-max-device-pixel-ratio", |
| 29 "max-device-height", |
| 30 "max-device-width", |
| 31 "max-height", |
| 32 "max-monochrome", |
| 33 "max-width", |
| 34 "max-resolution", |
| 35 "min-color", |
| 36 "min-color-index", |
| 37 "min-aspect-ratio", |
| 38 "min-device-aspect-ratio", |
| 39 "-webkit-min-device-pixel-ratio", |
| 40 "min-device-height", |
| 41 "min-device-width", |
| 42 "min-height", |
| 43 "min-monochrome", |
| 44 "min-width", |
| 45 "min-resolution", |
| 46 "pointer", |
| 47 "resolution", |
| 48 "-webkit-transform-3d", |
| 49 "scan", |
| 50 "shape", |
| 51 ], |
| 52 } |
| OLD | NEW |