--
You received this message because you are subscribed to the Google Groups "epubcheck" group.
To unsubscribe from this group and stop receiving emails from it, send an email to epubcheck+...@googlegroups.com.
To post to this group, send email to epub...@googlegroups.com.
Visit this group at http://groups.google.com/group/epubcheck?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
If it helps, the solution Vincent was pointing you to was to do a search and replace of two semicolons with one semicolon in the output CSS file(s). That’s the fastest way to make this “problem” temporarily go away until epubcheck gets updated.
If you have a program like oXygen, you can do this fix without unzipping your content (just open the CSS from the archive browser). If not, unzip your EPUB file, fix the CSS, and then run epubcheck on the unpacked directory to validate and zip it back up by adding the following arguments to the command: -mode exp -save
By way of explanation, since each property in a CSS class definition is delimited(/separated) by a semicolon, if you were to put one definition on each line your CSS would look like this:
-epub-writing-mode: vertical-rl;
;
-webkit-writing-mode: vertical-rl;
;
As you can see done this way, there are a couple of extra semicolons that don’t, in fact, delimit any properties (i.e., there is nothing between them). Epubcheck is presumably trying to be helpful in pointing this out, but it’s not a CSS error, and doesn’t affect the rendering of your content.
No doubt just a quirk of Quark…
Matt
If it helps, the solution Vincent was pointing you to was to do a search and replace of two semicolons with one semicolon in the output CSS file(s). That’s the fastest way to make this “problem” temporarily go away until epubcheck gets updated.If you have a program like oXygen, you can do this fix without unzipping your content (just open the CSS from the archive browser). If not, unzip your EPUB file, fix the CSS, and then run epubcheck on the unpacked directory to validate and zip it back up by adding the following arguments to the command: -mode exp -saveBy way of explanation, since each property in a CSS class definition is delimited(/separated) by a semicolon, if you were to put one definition on each line your CSS would look like this:-epub-writing-mode: vertical-rl;;-webkit-writing-mode: vertical-rl;;As you can see done this way, there are a couple of extra semicolons that don’t, in fact, delimit any properties (i.e., there is nothing between them). Epubcheck is presumably trying to be helpful in pointing this out, but it’s not a CSS error, and doesn’t affect the rendering of your content.No doubt just a quirk of Quark…Matt
From: epub...@googlegroups.com[mailto:epubcheck@googlegroups.com] On Behalf Of David Prendergast
--
You received this message because you are subscribed to the Google Groups "epubcheck" group.
To unsubscribe from this group and stop receiving emails from it, send an email toepubcheck+...@googlegroups.com.
To post to this group, send email toepub...@googlegroups.com.
Visit this group athttp://groups.google.com/group/epubcheck?hl=en.
For more options, visithttps://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "epubcheck" group.
To unsubscribe from this group and stop receiving emails from it, send an email toepubcheck+...@googlegroups.com.
To post to this group, send email toepub...@googlegroups.com.
Visit this group athttp://groups.google.com/group/epubcheck?hl=en.
--
You received this message because you are subscribed to the Google Groups "epubcheck" group.
To unsubscribe from this group and stop receiving emails from it, send an email toepubcheck+...@googlegroups.com.
To post to this group, send email toepub...@googlegroups.com.
Visit this group athttp://groups.google.com/group/epubcheck?hl=en.
For more options, visithttps://groups.google.com/groups/opt_out.