[Webkit-unassigned] [Bug 13228] background-repeat accepts too many values
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 30 01:55:59 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13228
------- Comment #1 from hyatt at apple.com 2007-03-30 01:55 PDT -------
See:
http://www.w3.org/TR/2005/WD-css3-background-20050216/#layering
This is CSS3 multiple backgrounds. The current wording of the draft has the #
of layers set to:
N = max(M, R, S, P) [shouldn't it be M instead?]
At least with the current draft, this is not a bug. You have requested two
layers, and the image is being rendered twice (once with repeat-x and once with
repeat-y).
There is a note that says "shouldn't it be M instead" in which case this would
be a bug, but there are use cases for reusing the same image with different
repeat offsets, so I don't expect this to change.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list