[bug] no error for invalid border-right

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