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 19149 - Property And Parse Error we are getting css3 W3C validators.
Summary: Property And Parse Error we are getting css3 W3C validators.
Status: RESOLVED INVALID
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 3 (show other bugs)
Version: CSS Validator
Hardware: PC Windows NT
: P1 major
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-30 10:57 UTC by Chaitanya
Modified: 2012-10-02 11:41 UTC (History)
0 users

See Also:


Attachments

Description Chaitanya 2012-09-30 10:57:45 UTC
Hi Team,
  I am getting errors in css file while testing on "http://qa-dev.w3.org:8001/css-validator/" this site. Can you please let me know how to fix those type of errors.

Here are those errors. Please Ignore those line numbers like(4039,4040 .......)

4039 	.ico-plus a.signin 	Property -moz-border-radius doesn't exist : 4px
4040 	.ico-plus a.signin 	Property behavior doesn't exist : var(behaviorUrl)
4042 	.ico-plus a.signin 	Parse Error *background:transparent url("../../images/signin-nav-bg-ie.png") no-repeat 0 0;
4043 	* 	Parse Error *padding:4px 12px 6px;
4044 	* 	Parse Error }
4047 	.ico-plus a.signin:hover 	Parse Error *background:transparent url("../../images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
4048 	* 	Parse Error *padding:4px 12px 6px;
4049 	* 	Parse Error }
4051 	.ico-plus a.signin, .top-navigation a.signin:hover 	Parse Error *background-position:0 3px!important;
4052 	.ico-plus a.signin, .top-navigation a.signin:hover 	Parse Error }
4081 	#signin_menu, #account 	Property -moz-border-radius doesn't exist : 5px 5px 5px 5px
4082 	#signin_menu, #account 	Property -webkit-border-radius doesn't exist : 5px 5px 5px 5px
4083 	#signin_menu, #account 	Property -khtml-border-radius doesn't exist : 5px 5px 5px 5px
4085 	#signin_menu, #account 	Property -moz-box-shadow doesn't exist : 2px 2px 5px #666666
4086 	#signin_menu, #account 	Property -webkit-box-shadow doesn't exist : 2px 2px 5px #666666
4087 	#signin_menu, #account 	Property -box-shadow doesn't exist : 2px 2px 5px #666666
4088 	#signin_menu, #account 	Property behavior doesn't exist : var(behaviorUrl)
4101 	#signin_menu, #account 	Parse Error *margin-right: -1px;
4106 	#sigin_menu .ico-minus 	Parse Error [:#666666; font-size:12px; } #account .ico-minus]
4193 	#signin_menu input[type="text"], #signin_menu input[type="password"] 	Property -moz-border-radius doesn't exist : 4px
4194 	#signin_menu input[type="text"], #signin_menu input[type="password"] 	Property -webkit-border-radius doesn't exist : 4px
4196 	#signin_menu input[type="text"], #signin_menu input[type="password"] 	Property behavior doesn't exist : var(behaviorUrl)
4227 	#signin_submit 	Property -moz-border-radius doesn't exist : 4px
4228 	#signin_submit 	Property -webkit-border-radius doesn't exist : 4px
4230 	#signin_submit 	Property behavior doesn't exist : var(behaviorUrl)
4240 		Unknown pseudo-element or pseudo-class ::-moz-focus-inner [-moz-focus-inner]
4257 	.tipsy 	Parse Error opacity=80)
4266 	.tipsy-inner 	Property -moz-border-radius doesn't exist : 4px
4267 	.tipsy-inner 	Property -khtml-border-radius doesn't exist : 4px
4268 	.tipsy-inner 	Property -webkit-border-radius doesn't exist : 4px
4269 	.tipsy-inner 	Property behavior doesn't exist : var(behaviorUrl)
4324 	.ir 	Parse Error *line-height: 0;
4325 	.ir 	Parse Error }
4337 	.visuallyhidden 	Value Error : clip Invalid separator in shape definition. It must be a comma. : rect(0 0 0 0)
4367 	.clearfix 	Parse Error *zoom: 1;
4368 	.clearfix 	Parse Error }
Comment 1 Yves Lafon 2012-10-02 11:41:12 UTC
This is not a bug about the css validator, for such inquiries, please send email to www-validator-css@w3.org.
That said, having errors but without the source (so the URI of the document checked) won't help people finding out the issues.
Some of them are straightforward, you are using vendor extensions (that are not valid per CSS, but may be required to work on some browsers).
Cheers,