is there a way to get hold of ignored CSS styles (the ones that are not supported in a browser, eg. strike-trough when you inspect them in dev tools) with JS?
The purpose for this is that I have done a polyfill but want to get the author styles. getComputedStyles et. al. doesn't work, as the browser cannot lookup unsupported properties. Any clues?
Thanks.