View Single Post
Old 07-27-2018, 09:17 PM   #1
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
Is there way to list undefined classes?

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.
phossler is offline   Reply With Quote