Sigil-Ebook / flightcrew

Automatically exported from code.google.com/p/flightcrew
GNU General Public License v3.0
34 stars 11 forks source link

Unused / missing class notification on epub validation #25

Closed GoogleCodeExporter closed 1 year ago

GoogleCodeExporter commented 9 years ago
This mainly comes up when editing retail ebooks that I've purchased and want to 
tweak but they often have tons of unused classes in their css. It's like they 
have some giant css template with a class to cover every possible need. I like 
to clean these up but it's a pain to have to keep going back and forth between 
the css and the ebook to search for every single class to see if it's used.

It would be nice if, when performing an epub validation, it would tell you all 
of the unused classes that exist in the css. Also, in case you refer to a class 
in the ebook but forget to set the class up in the css or maybe delete one by 
mistake, it would be nice if it notified you of any class references in the 
ebook that don't exist in the css.

Original issue reported on code.google.com by mbf62...@gmail.com on 29 Jun 2011 at 9:27

kevinhendricks commented 1 year ago

Closed as this repo is being archived.