- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 29 May 2004 22:37:43 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=764
Summary: background-position with mixed keywords/percentages
Product: CSSValidator
Version: CSS Validator
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Other
AssignedTo: ot@w3.org
ReportedBy: bjoern@hoehrmann.de
QAContact: www-validator-cvs@w3.org
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;
}
''
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Received on Saturday, 29 May 2004 18:37:44 UTC