PROBLEM:
I forgot to terminate a rule in my stylesheet.css with a semicolon, which
caused a lot of rendering issues on the Nook. Epubcheck did not catch the
missing semicolon, which would have been nice.
METHOD:
Something like this:
table {
width: 100%
height: 100%;
}
RESULT:
No warning issued. Rendering a mess.
EXPECTED:
Warning about missing semicolon.
PLATFORM:
Epubcheck 3.0 on Mac 10.6.8
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-10M3909)
Java HotSpot(TM) Client VM (build 20.12-b01-434, mixed mode)
ADDITIONAL INFO:
n/a
Original issue reported on code.google.com by jens.tro...@gmail.com on 24 Jan 2013 at 11:52
Original issue reported on code.google.com by
jens.tro...@gmail.com
on 24 Jan 2013 at 11:52