mxp1988 / epubcheck

Automatically exported from code.google.com/p/epubcheck
MIT License
0 stars 0 forks source link

Missing semicolon in .css ignored #243

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by markus.g...@gmail.com on 26 Mar 2013 at 12:32

GoogleCodeExporter commented 8 years ago
THIS ISSUE MOVED TO GITHUB:
https://github.com/IDPF/epubcheck/issues/

Original comment by rdeltour@gmail.com on 7 Nov 2013 at 10:49