Re: Possible bug in CSS Validator

On Thu, Feb 18, 2010 at 11:12 PM, James Link <JLink@dcccd.edu> wrote:
> To the CSS Validator folks:
> Both of these declarations validate in the CSS validator:
> body {background-color:#00FF00; background-image:url(images/Richland_College.jpg;)}

This is valid: the url is "images/Richland_College.jpg;", and there is
no optional semicolon used to end the statement.

> body {background-color:#00FF00; background-image:url(images/Richland_College.jpg);}

This is valid: the url is "images/Richland_College.jpg", and there is
an optional semicolon used to end the statement.

Received on Friday, 19 February 2010 14:56:36 UTC