Re: Font size parse error?

* Gittings, Paul (Australia) wrote:
>I get the following parse error (via the validate uri service)  on html
>pages where the style sheet link specifies  media="all"   but not on the
>ones that specify media="screen,projection":

Minimal test case is
http://jigsaw.w3.org/css-validator/validator?text=a%7Bfont%3A12px+sans-serif%7D&usermedium=projection

This seems to relate to the projection media as

http://jigsaw.w3.org/css-validator/validator?text=a%7Bfont%3A12px+sans-serif%7D&usermedium=screen

validates. It's a bug.

Received on Thursday, 7 August 2003 09:53:00 UTC