shorthand font property bug
denis bayly <[email protected]> Sun, 13 May 2012 10:49:04 +0100
| Newsgroups | gmane.org.w3c.validator.css |
|---|---|
| Message-ID | <[email protected]> |
Hi there css validator staff,
this...
body {
font:normal small-caps 120%/120% 'times new roman',serif;
}
....gives this information...
4 body Value Error : font
<http://jigsaw.w3.org/css-validator/nullfonts.html#propdef-font> / is
not a font-family value : normal small-caps 120% / 120% 'times new
roman',serif
....which, I assume, must be a bug in the system. ;-)
Regards,