JSPM

  • Created
  • Published
  • Downloads 5954564
  • Score
    100M100P100Q310786F
  • License MIT

List of known CSS properties

Package Exports

  • known-css-properties

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (known-css-properties) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CSS properties

List of standard and browser specific CSS properties.

Source

  1. Standard properties (only states): http://www.w3.org/Style/CSS/all-properties.en.json)
  2. Browser supported properties from window.getComputedStyle / document.body.style):

Windows

XP 7 8 10
Chrome 14-49 14-50 22-50 37-50
Firefox 6-45 6-45 39-45 32-45
Internet Explorer 10-11 10-11 11
Edge 13

Others:

  • Safari: 6, 6.2, 7, 8, 9.1
  • Mobile Safari: 6, 7, 8, 8.3, 9.0, 9.3
  • Chrome Android: 30, 37
  • Opera Win XP 12.10, 12.14, 12.15, 12.16

JavaScript API

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