- From: Yves Lafon <ylafon@w3.org>
- Date: Thu, 8 Oct 2009 07:39:03 -0400 (EDT)
- To: Michael Heuberger <michael.heuberger@binarykitchen.com>
- cc: www-validator-css@w3.org
On Thu, 8 Oct 2009, Michael Heuberger wrote:
> Hello guy
>
> Sorry but something seems to be wrong with the CSS 2.1 Validator.
>
> The inline data is marked as invalid. But it's done properly regarding the
> CSS specification. For background images I am using
> url(data:image/png;base64,iVBORw0KGgoA... to reduce the number of requests.
Try using url("data:image/png;base64,iVBORw0KGgoA...");
>
> But the validator says following:
> - Value Error : background
> <http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background> attempt to
> find a semi-colon before the property name. add it
> - Value Error : background
> <http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background> Parse Error
> null
> - Property data doesn't exist : image/png
>
> Can you confirm me if this is a bug or not?
>
> Cheers
>
> Michael
>
>
--
Baroula que barouleras, au tiéu toujou t'entourneras.
~~Yves
Received on Thursday, 8 October 2009 11:39:07 UTC