Closed Bug 203023 Opened 21 years ago Closed 21 years ago

background-position can't handle a mix of keyword and values

Categories

(Core :: Layout, defect)

x86
Windows 2000
defect
Not set
minor

Tracking

()

RESOLVED INVALID

People

(Reporter: andreas, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312

Works-->
background-position: right top;
background-position: 100% 10px;

Fails-->
background-position: right 10px;

Reproducible: Always

Steps to Reproduce:
1.Se samples
2.
3.

Actual Results:  
Image is renderd left top

Expected Results:  
Rendered right top
http://www.w3.org/TR/CSS21/colors.html#propdef-background-position

"Combinations of length and percentage values are allowed, (e.g., '50% 2cm').
Negative positions are allowed. Keywords cannot be combined with percentage
values or length values (all possible combinations are given above)."
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.