In the HTML I have something like
Code:
<p class="nosuchclass"> text …. text<p>
where nosuchclass in not in any style sheet or otherwise defined
[Reports, Style Classes] will list it, and [Tools, Remove Unused CSS Rules] will delete it from the HTML ('See What Changed' shows it), BUT is there any way to just show or mark a class in the HTML that is not defined in a CSS or {Style}?
I often clean up (at least that's what I call it) an epub to simplify overly defined classes that are 99% identical and make no difference on my reader.