[css-flexbox] Include flex item's margins and flex container's padding in the flex container's overflow area
Categories
(Core :: Layout: Flexbox, enhancement)
Tracking
()
People
(Reporter: TYLin, Assigned: TYLin)
References
(Regressed 2 open bugs)
Details
Attachments
(1 file, 1 obsolete file)
+++ This bug was initially created as a clone of Bug #1527539 +++
I'd like to explore the implementation of flexbox in this bug, and the original bug 1527539 for grid.
We have existing tests overflow-area-001.html and overflow-area-002.html added by fantasai in https://github.com/web-platform-tests/wpt/pull/23445
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
This patch incorporates flex item's margin and flex container's padding
when computing flex container's overflow area in both the inline axis
and block axis.
flexbox_stf-table-singleline-2.html and overflow-top-left.html start
failing because both tests have flex items with margin contributing to
the overflow area now. I believe they test other browsers current
behavior, so I leave them untouched.
Depends on D107935
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Blink fixed their version of this bug in https://bugs.chromium.org/p/chromium/issues/detail?id=1069614, and is targeting M91 released on May 25, 2021. We are approaching soft freeze for 88, and our time frame for 89 (released on May 18, 20201) is similar to blink's M91. So let's land my patches after 89 cycle begins next week. NI myself as a reminder.
Comment 4•4 years ago
|
||
Comment on attachment 9208259 [details]
Bug 1697349 Part 1 - Add some helper methods used in the next part.
Revision D107935 was moved to bug 1699327. Setting attachment 9208259 [details] to obsolete.
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 7•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Description
•