[Webkit-unassigned] [Bug 35189] New: css3 background-repeat: excess values are not ignored
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 19 21:33:37 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35189
Summary: css3 background-repeat: excess values are not ignored
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: phiw at l-c-n.com
Created an attachment (id=49118)
--> (https://bugs.webkit.org/attachment.cgi?id=49118)
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list