- From: Glenn Mitchell <Glenn_Mitchell@advantagepayroll.com>
- Date: Fri, 1 Jun 2001 16:46:32 -0400
- To: "'www-validator-css@w3.org'" <www-validator-css@w3.org>
When I validate my CSS containing the following:
.empno { border-style: solid; border-width: 0 1px 0 1px;
border-color: black; }
the validator sends back
.empno{
border-style: solid;
border-width: 0 1px;
border-color: black;
}
I don't understand what happened to the 3rd and 4th border-width parameters.
Is this a bug?
Glenn Mitchell
Contractor
Home Office
1-800-876-0178 x226
Received on Friday, 1 June 2001 16:47:25 UTC