[Webkit-unassigned] [Bug 246803] max-height not applied when `min-height: min-content` is applied

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 20 09:23:53 PDT 2022


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

--- Comment #6 from Karl Dubost <karlcow at apple.com> ---
another test is 

data:text/html,<!doctype%20html><meta%20charset="utf-8"><title>test</title><img%20src="https://github.com/MattBidewell/min-content-max-content-bug/blob/main/assets/avatar.png?raw=true"%20style="max-height:150px;min-height:min-content">

aka

max-height:150px;
min-height:300px;

when the minimum height is bigger than the maximum height.
In this case the 3 browsers apply the same height aka 300px.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221020/52f1b244/attachment.htm>


More information about the webkit-unassigned mailing list