View Single Post
Old 07-28-2018, 11:50 AM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,123
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by phossler View Post
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
theducks is offline   Reply With Quote