[Webkit-unassigned] [Bug 210102] New: [css-flexbox] Element with display:table inside a flex item should ignore max-width/max-height use the preferred minimum logical width/height.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 7 04:01:55 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210102
Bug ID: 210102
Summary: [css-flexbox] Element with display:table inside a flex
item should ignore max-width/max-height use the
preferred minimum logical width/height.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: clopez at igalia.com
The following WPT test fails on WebKit (passes on Chrome and Firefox):
https://wpt.live/css/css-flexbox/table-as-item-auto-min-width.html
That test case its a test from the following css-wg discussion: https://github.com/w3c/csswg-drafts/issues/2442
The test would pass in WebKit if "max-width:10px;" its removed from the display:table div.
So I guess that WebKit should ignore max-width/max-height here and use the preferred minimum logical width/height.
--
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/20200407/61e708d9/attachment.htm>
More information about the webkit-unassigned
mailing list