[Webkit-unassigned] [Bug 228149] New: [css-grid][css-flex] Indefiniteness when sizing grid tracks in a flexible flex item
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 21 09:42:01 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=228149
Bug ID: 228149
Summary: [css-grid][css-flex] Indefiniteness when sizing grid
tracks in a flexible flex item
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: simon.fraser at apple.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
Per https://github.com/w3c/csswg-drafts/issues/4852 WebKit needs to change behavior in this testcase:
https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cstyle%3E%0A.wrapper%20%7B%0A%20%20display%3A%20inline-flex%3B%0A%20%20flex-flow%3A%20column%3B%0A%7D%0A.height%20%7B%0A%20%20height%3A%2050px%3B%0A%7D%0A.min-height%20%7B%0A%20%20min-height%3A%2050px%3B%0A%7D%0A.grid%20%7B%0A%20%20flex-grow%3A%201%3B%0A%20%20display%3A%20grid%3B%0A%20%20background%3A%20red%3B%0A%7D%0A.content%20%7B%0A%20%20background%3A%20green%3B%20%0A%7D%0A%3C%2Fstyle%3E%0A%3Cdiv%20class%3D%22wrapper%20height%22%3E%0A%20%20%3Cdiv%20class%3D%22grid%22%3E%0A%20%20%20%20%3Cdiv%20class%3D%22content%22%3Econtent%3C%2Fdiv%3E%0A%20%20%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%3Cdiv%20class%3D%22wrapper%20min-height%22%3E%0A%20%20%3Cdiv%20class%3D%22grid%22%3E%0A%20%20%20%20%3Cdiv%20class%3D%22content%22%3Econtent%3C%2Fdiv%3E%0A%20%20%3C%2Fdiv%3E%0A%3C%2Fdiv%3E
to match Firefox behavior.
--
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/20210721/dca7d23d/attachment.htm>
More information about the webkit-unassigned
mailing list