Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <p align="center"><img src="logo.png" width="200" height="200" alt="logo" /></p>
  2. # Known CSS properties
  3. List of standard and browser specific CSS properties.
  4. [![License](https://img.shields.io/github/license/known-css/known-css-properties.svg)](https://github.com/known-css/known-css-properties/blob/master/LICENSE)
  5. [![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovateapp.com/)
  6. [![Npm downloads](https://img.shields.io/npm/dm/known-css-properties.svg)](https://www.npmjs.com/package/known-css-properties)
  7. ## Sources
  8. 1. Standard properties (only 'REC', 'CR', 'LC', 'WD', 'FPWD', 'ED' statuses): http://www.w3.org/Style/CSS/all-properties.en.json
  9. 2. Browser supported properties from `window.getComputedStyle` / `document.body.style`
  10. ## Browser versions
  11. ### Desktop
  12. | Name | Versions |
  13. |---|--:|
  14. | Chrome | 14 - 88 |
  15. | Firefox | 6 - 85 |
  16. | Edge | 13 - 18 |
  17. | Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.4 |
  18. | Internet Explorer | 8 - 11 |
  19. | Opera | 12.10, 12.14, 12.15, 12.16, 36 - 40, 45, 56, 58 |
  20. ### Mobile
  21. | Name | Versions |
  22. |---|--:|
  23. | iOS Safari | 6 - 8, 8.3, 9.0, 9.3, 10.0, 10.2, 10.3, 11.0, 11.2, 11.3, 11.4, 12.0 , 12.1, 13.1, 14 |
  24. | Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83 |
  25. | Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85 |
  26. | IE mobile | 11 |
  27. | Opera Mobile | 42.7, 43, 47.1 |
  28. | Samsung Internet | 4.0, 6.4, 7.4, 8.2 |
  29. | UC Browser for Android | 11.2, 12.9, 13.1 |
  30. ## JavaScript API
  31. ```js
  32. const properties = require('known-css-properties').all;
  33. ```
  34. ## Thanks
  35. We use [SauceLabs](https://saucelabs.com) live testing solution for gathering most of the data.