Possible bug in CSS Validator

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;)}
 
body {background-color:#00FF00; background-image:url(images/Richland_College.jpg);}

But the first one has a semi-colon inside the parentheses of the url() operator.  It isn't correct to pass this version of the declaration, is it?

Thanks!

Jim Link
Richland College
Dallas, TX


------------------------------------------------
Jim Link
Adjunct Faculty Staff
Web Design and Web Programming
------------------------------------------------
Richland College,
School of Business and Information Technology,
Information Technology Institute,
Multimedia Learning Center
------------------------------------------------

Received on Friday, 19 February 2010 14:51:46 UTC