This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
According specification is "border-top : 2px solid transparent;" valid definition. But CSSValidator report this as a error. See http://jigsaw.w3. org/css-validator/validator?uri=http://www.rbc.cz/acco/majitel. php&warning=1&profile=css2 Full desciption of these bug is in mail archive too: http://lists.w3. org/Archives/Public/www-validator-css/2002Jul/0006.html
This bug is not in the (newer) CVS version, so is considered as fixed
The problem was resolved only for first appearance of 'transparent' keyword. For example, the string "border-top-color: rgb(137, 137, 137) transparent transparent transparent;" is valid, while the string "border-color: transparent rgb(137, 137, 137) transparent transparent;" is invalid.
Created attachment 374 [details] Keyword 'transparent' in border declarations
Fixed in today's patch, online version will be up soon at http://qa-dev.w3.org:8001/css-validator/
Fixed, see http://qa-dev.w3.org:8001/css-validator/
{border-top: 1px solid transparent;} (error) {border-top-color: transparent;} (error) border: 1px solid transparent; (error) {border-color: transparent; border-width: 1px; border-style: solid;} (validates) Sat 17th September 2005 It still doesn't seem to be fixed. Hils
This error still not fixed... :-(
(re?) fixed in CVS by Jean-Guilhem Rouel. Testable at http://qa-dev.w3.org:8001/css-validator/validator?uri=http%3A%2F%2Fwww.w3.org%2FBugs%2FPublic%2Fattachment.cgi%3Fid%3D374%26action%3Dview&usermedium=all Should be on the production service shortly.