View Single Post
Old 04-01-2014, 02:32 PM   #1
JLius
Village idiot
JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.
 
JLius's Avatar
 
Posts: 157
Karma: 519566
Join Date: Mar 2014
Location: Belgium
Device: sony PRS T-1
can't find the warning message for vendor-extension

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?
JLius is offline   Reply With Quote