- From: Robert Buchholz <robert@randmstudio.com>
- Date: Fri, 4 Dec 2009 13:36:32 -0600
- To: www-validator-css@w3.org
Received on Saturday, 5 December 2009 14:29:40 UTC
Hello W3C,
I have stumbled upon an error in the CSS validator...
This will not validate (code from: 14.2.1: http://www.w3.org/TR/2008/REC-CSS2-20080411/colors.html)
:
BODY { background: url("banner.jpeg") bottom }
This will:
BODY { background: url("banner.jpeg") center bottom }
It appears that the validator is requiring both keywords/values for
the background-position portion of the background property.
Cheers :-)
Robert Buchholz
randmstudio
http://www.randmstudio.com
920.242.8329
Received on Saturday, 5 December 2009 14:29:40 UTC