[Webkit-unassigned] [Bug 78944] height + max-height values break proportional image scaling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 20:19:27 PST 2012


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


Shane Stephens <shanestephens at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shanestephens at google.com




--- Comment #1 from Shane Stephens <shanestephens at google.com>  2012-02-22 20:19:27 PST ---
I think this is actually correct behaviour, according to the CSS2.1 specification. The used values of width and height are calculated iteratively based on min/max-width and min/max-height, but there doesn't seem to be any mechanism for iterating on width based on an adjustment in height.

(See http://www.w3.org/TR/CSS2/visudet.html, especially the sections on calculating widths and heights).

I will attempt to confirm this with our resident CSS expert, however.

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