View Single Post
Old 07-22-2021, 09:57 AM   #10
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,864
Karma: 6120478
Join Date: Nov 2009
Device: many
Try the wrCisco's cssUndefinedClasses plugin for Sigil.

Or as I explained earlier, merge the html classes report with the css selectors used report. You can even do that manually by just checking what few classes are not found in the html classes report (sort on that column) with the css selectors report of found combinator selectors.

But even that will not tell you if a class was added to help identify an element for some other reason such as javascript code, etc.

Alternatively you can use Search to find any not found class selectors used in the xhtml file and use Preview's Inspector to see the fully inherited CSS of that element.

Last edited by KevinH; 07-22-2021 at 10:35 AM.
KevinH is offline   Reply With Quote