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 764 - background-position with mixed keywords/percentages
Summary: background-position with mixed keywords/percentages
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Other (show other bugs)
Version: CSS Validator
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-29 18:37 UTC by Bj
Modified: 2005-08-08 13:08 UTC (History)
0 users

See Also:


Attachments

Description Bj 2004-05-29 18:37:41 UTC
From http://jigsaw.w3.org/css-validator/BUGS.html

''
While I was using the very useful CSS validator, I noticed something strange, 
perhaps a little bug... 

With the following style definition : 

BODY {
   background-position: center 90%;
 }

I would say that this definition is wrong because I should not mix "center" and 
a percentage. 

But the fact is that no error or warning is reported, and this is the result of 
the validator : 

BODY {
      background-position : null null;
}
''
Comment 1 Yves Lafon 2005-08-08 13:08:44 UTC
Fixed in today's patch, online version will be up soon at
http://qa-dev.w3.org:8001/css-validator/