WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
35189
css3 background-repeat: excess values are not ignored
https://bugs.webkit.org/show_bug.cgi?id=35189
Summary
css3 background-repeat: excess values are not ignored
Philippe Wittenbergh
Reported
2010-02-19 21:33:37 PST
Created
attachment 49118
[details]
test case div { background-image: url(myImage.png); background-repeat repeat-x, repeat-y; } AR: the image is repeated horizontally (one row) and vertically (one column) ER: the image is only repeated horizontally (one row) equivalent to background-repeat-x; From:
http://dev.w3.org/csswg/css3-background/#layering
or
http://www.w3.org/TR/css3-background/#layering
[quote] The lists are matched up from the first value: excess values at the end are **not** used [/quote] (my emphasis) Gecko 1.9.2 (Firefox 3.6) handles this correctly. Opera 10.5 does the same as WebKit.
Attachments
test case
(1.06 KB, text/html)
2010-02-19 21:33 PST
,
Philippe Wittenbergh
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Lea Verou
Comment 1
2011-04-14 19:55:41 PDT
This is because Webkit calculates the number of background-layers as the max number of layers, not as the number of layers in background-image. It used to be like that but then the spec changed. I'm pretty sure there was another bug about this, but I can't find it.
Philippe Wittenbergh
Comment 2
2011-04-15 01:37:38 PDT
Right. Current WebKit build (@
r83831
) and Chrome dev Channel (12.0.733.0 dev) seem to handle the test case correctly. That is a fairly recent change, I think.
Ahmad Saleem
Comment 3
2022-07-23 11:39:28 PDT
I am unable to reproduce this bug in Safari 15.6 on macOS 12.5 and all browsers renders the page same. I think it was fixed along the way as also pointed out in
Comment 02
. I think this can be marked as "RESOLVED CONFIGURATION CHANGED". Thanks!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug