- From: Scott Montgomery <scott@scottshelly.com>
- Date: 19 Sep 2003 13:26:05 -0400
- To: www-validator-css@w3.org
Hi,
I teach an Intro to CSS class, and we stress W3C validation, so knowing the
rules is important to me and my students. Today I noticed that
declarations like the following pass validation:
p {
border: 3px solid green;
border-bottom: 1px dashed red;
font: 12px arial, sans-serif;
font-size: 14px;
line-height: 20px;
}
In the past, the validator would have noted that the second border
declaration is a redefinition, as are the font-size and line-height
declarations.
Has this changed?
Thank you,
Scott Montgomery
Received on Friday, 19 September 2003 13:26:06 UTC