Exploring the IHTMLStyleSheetsCollection, IHTMLStyleSheet, IHTMLStyleSheetRulesCollection etc. of IHTMLDocument2 to compile a list of all styles in the current document is quite simple.
Does anyone have any suggestions on how to generate a list of only the styles actually being used in the document? Specifically, I am interested in identifying which images from the CSS files are being utilized.
I have come across a tool that claims it can accomplish this task (identifying used CSS images) as long as IE8/IE9 is installed.
Thank you!