- From: Damien B <night.kame@gmail.com>
- Date: Fri, 19 Feb 2010 15:56:03 +0100
- To: James Link <JLink@dcccd.edu>, www-validator-css@w3.org
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