- From: Mitch Malone <MitchMalone@mailblocks.com>
- Date: Mon, 09 Aug 2004 00:22:35 -0700
- To: derhoermi@gmx.net
- Cc: www-validator-css@w3.org
okay then, I dunno what in hell I will do to rectify this problem in my
website, but I guess I better get started
thanks
-Mitch
-----Original Message-----
From: Bjoern Hoehrmann <derhoermi@gmx.net>
To: Mitch Malone <MitchMalone@mailblocks.com>
Cc: www-validator-css@w3.org
Sent: Mon, 09 Aug 2004 08:52:35 +0200
Subject: Re: Possible Bug Report
* Mitch Malone wrote:
>I have recently checked all my stylesheets and webpages for
>compatibility. They all passed, but once I put the icons with the
>referer links on my webpage they failed.
>
>Pass:
>http://jigsaw.w3.org/css-validator/validator?uri=weblog.bananasontoast.org&usermedium=all
>Fail: http://jigsaw.w3.org/css-validator/check/referer (from clicking
>the link on the bottom left at http://weblog.bananasontoast.org/
>webpage)
This is an instance of http://www.w3.org/Bugs/Public/show_bug.cgi?id=737
http://jigsaw.w3.org/css-validator/validator?uri=weblog.bananasontoast.org
would also give the errors you note. It seems that the validator has not
been updated since that fix. The Validator is actually right,
background: #5a7a91 url("./swirl.gif") no-repeat 5px center;
background: url("./theme.png") no-repeat center 4px;
Both mix lengths and keywords for background-position which is not
allowed in CSS 2.0,
http://www.w3.org/TR/REC-CSS2/colors.html#propdef-background-position
For e.g.
<http://jigsaw.w3.org/css-validator/validator?text=a{background-position:center%201px}>
you would get the same result.
Received on Monday, 9 August 2004 07:22:37 UTC