Known CSS properties

List of standard and browser specific CSS properties.

License Renovate enabled Npm downloads

Sources

  1. Standard properties (only ‘REC’, ‘CR’, ‘LC’, ‘WD’, ‘FPWD’, ‘ED’ statuses): http://www.w3.org/Style/CSS/all-properties.en.json
  2. Browser supported properties from window.getComputedStyle / document.body.style

Browser versions

Desktop

NameVersions
Chrome14 - 74
Firefox6 - 66
Edge13 - 18
Safari6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1
Internet Explorer8 - 11
Opera12.10, 12.14, 12.15, 12.16, 36 - 40, 45, 56, 58

Mobile

NameVersions
iOS Safari6 - 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
Chrome for Android30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 71, 72, 73
Firefox for Android47, 52 - 54, 57, 58, 62 - 64, 66
IE mobile11
Opera Mobile42.7, 43, 47.1
Samsung Internet4.0, 6.4, 7.4, 8.2
UC Browser for Android11.2, 12.9

JavaScript API

const properties = require('known-css-properties').all;

Thanks

We use SauceLabs live testing solution for gathering most of the data.