[Webkit-unassigned] [Bug 86880] REGRESSION (r116645): "background-size: auto 100%; width:auto; height:100%; " doesn't display correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 14:00:45 PDT 2012


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


Alexis Menard (darktears) <alexis.menard at openbossa.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #7 from Alexis Menard (darktears) <alexis.menard at openbossa.org>  2012-05-21 13:59:49 PST ---
Previous behavior was wrong as we :

- Didn't parse the background-size if it was part of the shorthand. We do now.

- Didn't reset the background-size to initial if we don't find it in the shorthand, we do now.


We now behave like the specification : http://www.w3.org/TR/css3-background/#the-background . If a value is missing in a CSS shorthand declaration we should set it to initial which we do now.

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