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.
A complete list of properties and their compatibility from IE6 to IE10 can be found here.