[Webkit-unassigned] [Bug 26541] CSS property value serialization order is out of whack

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 24 10:27:09 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26541


yaar at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #38486|                            |review?
               Flag|                            |




--- Comment #4 from yaar at google.com  2009-08-24 10:27:08 PDT ---
Created an attachment (id=38486)
 --> (https://bugs.webkit.org/attachment.cgi?id=38486)
A Fix

Yuta's fix is correct and the layout test is wrong. 

WebKit implements CSS3's layered backgrounds, as described here:
http://www.w3.org/TR/2008/WD-css3-background-20080910/#layering

With layers, repeat-x, repeat-y isn't equivalent to repeat. Rather, it means
layer 1 should repeat-x and layer 2 should repeat-y. Also, background-image is
by default applied to the last layer. Therefore, the style
"background-color:white; background-repeat: repeat-x,repeat-y" should inded
serialize into: "repeat-x, white repeat-y".

The change list includes Yuta's fix as well as the changes to the layout test
that broke.

p.s. This is my first submission to WebKit. I hope I adhered to all guidelines.

-- 
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