99problems icon indicating copy to clipboard operation
99problems copied to clipboard

invalid css turns text white rather than ignoring.

Open dvschultz opened this issue 10 years ago • 1 comments

I mistakenly applied an invalid style to text in an EPUB

p.graph3 {
    opacity: #999999;
}

p.graph4 {
    opacity: #cccccc;
}

this caused the text to render as opacity: 0 rather than just ignoring the CSS style as it should do.

screenshot 2014-07-22 21 32 17

This is fixed in the ADE4 Beta.

dvschultz avatar Jul 23 '14 01:07 dvschultz

At least it didn't crash the whole app. Progress!

On Tue, Jul 22, 2014 at 9:36 PM, dvschultz [email protected] wrote:

I mistakenly applied an invalid style to text in an EPUB

p.graph3 { opacity: #999999; }

p.graph4 { opacity: #cccccc; }

this caused the text to render as opacity: 0 rather than just ignoring the CSS style as it should do.

[image: screenshot 2014-07-22 21 32 17] https://cloud.githubusercontent.com/assets/161773/3667664/be0db442-1209-11e4-809e-a45a6cbdbfd1.png

This is fixed in the ADE4 Beta.

— Reply to this email directly or view it on GitHub https://github.com/dvschultz/99problems/issues/34.

makeBetterEBooks avatar Jul 29 '14 22:07 makeBetterEBooks