-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing semicolon in .css ignored #243
Comments
From [email protected] on March 26, 2013 05:32:30 Status: Accepted |
I also encountered an issue with ADE not applying my css rules when the stylesheet has syntactic errors. I have captured the errors using w3c validator. It would be helpful if this gets integrated or the same feature be added to epubcheck. |
Confirmed. Still happens with 4.0.2 and current dev version. The following CSS snippet does not throw an error: table {
width: 100%
height: 100%;
} result:
|
I'm not sure that missing semicolons are strictly a syntax error, as in this case it makes the line par of the previous declaration. In any case, closing this as duplicate of the meta-issue #981 |
From [email protected] on January 24, 2013 12:52:13
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:
RESULT: No warning issued. Rendering a mess.
EXPECTED: Warning about missing semicolon.
PLATFORM: Epubcheck 3.0 on Mac 10.6.8
ADDITIONAL INFO: n/a
Original issue: http://code.google.com/p/epubcheck/issues/detail?id=243
The text was updated successfully, but these errors were encountered: