Search code examples
csscross-browserinternet-explorer-9

Is there a clever way to get hold of all the CSS rules that is not supported by IE9 compared to IE10+?


Our product needs to support IE9, but we have a history of assuming that IE10+ CSS rules are supported in IE9.

Is there a clever way to get hold of all the CSS rules that works in IE10+ but is not supported in IE9, with the intention to use that data in static code analysis.


Solution

  • A complete list of properties and their compatibility from IE6 to IE10 can be found here.