View Single Post
Old 06-06-2017, 05:36 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,402
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
IIRC double or indeed any number of consecutive semi-colons in CSS files are not errors in CSS level 2.1 and 3

And entering the following CSS in the W3C validation service confirms my memory
Code:
body {
color: red;;
background: green
}
And inserting a double semi-colon in the very first rule in a stylesheet and opening the book with a suitably ancient ADE 1.7 shows no problems.

So I have to conclude this is just epubcheck being useless as usual.
kovidgoyal is offline   Reply With Quote