Quote:
Originally Posted by phossler
Maybe I'm not understanding the way to read the report?
If the count = [0], does that mean it's not explicitly defined?
I always took the [count] to be the number of places it was used in the epub so if I did have a count of [0], I thought I had defined a class in a style sheet but did not use the class
Since 'nosuchclass' was actually used one place in the book, I'd have expected [1] and not [0].
I was looking to find somewhere that 'nosuchclass' was used (one time) but not defined.
[Tools, Remove Unused] will delete it, but I wanted to at least look first
|
I would say it indicates: 'not defined'
There are 2 CSS 'views' (the left pane) on classes
The one you are looking at is the callout FOR a class
CSS rules, is the USAGE of that rule (class)
Since I don't (deliberately) use
Code:
[style] ... [/style]
, I can't say what your current display would say if they were defined up in the [head] of the document