.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / known-css-properties / README.md
1 # CSS properties
2
3 List of standard and browser specific CSS properties.
4
5 ## Source
6
7 1. Standard properties (only 'REC', 'CR', 'LC', 'WD', 'FPWD', 'ED' statuses): http://www.w3.org/Style/CSS/all-properties.en.json
8 2. Browser supported properties from `window.getComputedStyle` / `document.body.style`
9
10 ### Windows
11 |                   | XP     | 7      | 8      | 10     |
12 | ----------------- | ------ | ------ | ------ | ------ |
13 | Chrome            | 18-49  | 18-50  | 22-50  | 37-56  |
14 | Firefox           | 6-45   | 6-45   | 16-45  | 32-52  |
15 | Internet Explorer |        | 8-11   | 10-11  | 11     |
16 | Edge              |        |        |        | 13-15  |
17
18 ### OSX
19 |                   | 10.6  | 10.11  | 10.12  |
20 | ----------------- | ----- | ------ | ------ |
21 | Chrome            | 14-49 | 14-58  | 59-63  |
22 | Firefox           | 6-42  | 6-52   | 53-57  |
23
24 ### Others:
25
26 - Safari: 6, 6.2, 7, 8, 9, 9.1, 10.0, 11.0
27 - Mobile Safari: 6, 7, 8, 8.3, 9.0, 9.3, 10.0, 10.2, 10.3, 11.0
28 - Chrome Android: 30, 35, 37, 44, 46, 51, 55, 56, 57, 58, 59, 60, 61
29 - Firefox mobile: 47, 52, 53, 54, 57
30 - IE mobile: 11
31 - Opera Win XP: 12.10, 12.14, 12.15, 12.16
32 - Opera Win 8: 36-38
33 - Opera OSX: 36-40, 45
34 - Opera Mobile: 42.7
35 - Samsung internet: 4.0
36 - UC browser: 11.2
37
38 ## JavaScript API
39
40 ```js
41 const properties = require('known-css-properties').all;
42 ```
43
44 ## Thanks
45
46 We use [SauceLabs](https://saucelabs.com) testing solution for getting most of the data.