Quote:
Originally Posted by EditorOne
Another question, maybe for another thread?
What do the different colors mean in the Calibre CSS?
In general, everything before the colon is green; after the colon I get either green or orange. Does the different color suggest an error?
|
Another thread: Probably better! But in a nutshell: So far you are lucky! There exist at least another color:
Indigo for Errors and Warnings (from my examples).
Error:
position is a (correct) property, but the value
? doesn't exist.
Warning: -epub-ruby-position: over:
-epub-ruby-position is an unknown property name (as the warning says).
over is a non-existent value. This is not explicitly named as a unknown property can have no value of course, either existing or not.
Demonstration!
Warning: -epub-ruby-position: left:
left is an existing value, but the warning is the same than with non-existent value
over.