All
I ran my CSS through the
http://jigsaw.w3.org/css-validator/ and get 4 warnings:
URI : stylesheet.css
48 can't find the warning message for vendor-extension
49 can't find the warning message for vendor-extension
50 can't find the warning message for vendor-extension
51 can't find the warning message for vendor-extension
The CSS in question ({html,body}:
-epub-hyphens: none;
-adobe-hyphenate: none;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens:none doesn't produce a warning.
Should I just remove those four hyphens from my CSS, or should I write them differently... or, should I disregard the warning messages?