This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 233 - 'Transparent' reported as error when it is first term in border values
Summary: 'Transparent' reported as error when it is first term in border values
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 2.0 (show other bugs)
Version: CSS Validator
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact: qa-dev tracking
URL: http://jigsaw.w3.org/css-validator/va...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-22 09:58 UTC by Robert Blaha
Modified: 2006-04-20 05:22 UTC (History)
2 users (show)

See Also:


Attachments
Keyword 'transparent' in border declarations (2.93 KB, text/css; charset=UTF-8)
2004-10-04 09:21 UTC, Etan Wexler
Details

Description Robert Blaha 2003-06-22 09:58:19 UTC
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
Comment 1 Sijtsche Smeman 2003-07-11 10:33:07 UTC
This bug is not in the (newer) CVS version, so is considered as fixed
Comment 2 Alex 2003-09-11 19:34:03 UTC
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.
Comment 3 Etan Wexler 2004-10-04 09:21:45 UTC
Created attachment 374 [details]
Keyword 'transparent' in border declarations
Comment 4 Yves Lafon 2005-08-08 13:09:08 UTC
Fixed in today's patch, online version will be up soon at
http://qa-dev.w3.org:8001/css-validator/
Comment 5 Yves Lafon 2005-08-26 14:45:05 UTC
Fixed, see http://qa-dev.w3.org:8001/css-validator/
Comment 6 Hils 2005-09-17 12:57:31 UTC
{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
Comment 7 Aur 2005-11-09 23:09:21 UTC
This error still not fixed...
:-(
Comment 8 Olivier Thereaux 2006-04-20 05:22:32 UTC
(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.