- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Fri, 27 Jun 2003 10:40:28 +0200
- To: www-validator-css@w3.org
Hi,
h1 { border-right: "foo" bar 10 }
is invalid, but the validator does not complain about it if a specific
medium (a non-null medium) is specified, see e.g.
http://jigsaw.w3.org/css-validator/validator?text=h1+%7B+border-right%3A+%22foo%22+bar+10+%7D&warning=2&profile=css2&usermedium=all
http://jigsaw.w3.org/css-validator/validator?text=h1+%7B+border-right%3A+%22foo%22+bar+10+%7D&warning=2&profile=css2
for a demonstration. It's likely that this is not limited to
border-right.
regards.
Received on Friday, 27 June 2003 04:40:58 UTC