Open
Bug 1238668
Opened 8 years ago
Updated 8 months ago
Tracking bug for issues caused by emulation of "display:-webkit-box" with "display:flex"
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
Webcompat Priority | P3 |
People
(Reporter: dholbert, Unassigned)
References
(Depends on 2 open bugs)
Details
I'm filing this bug to track site issues that are caused by "display:flex" & associated properties being imperfect emulation for "display: -webkit-box". This includes: (a) Scenarios where sites went from not-working to mostly-working-but-something-isn't-quite-right (if the site depends on "-webkit-box" to render correctly at all). (b) Scenarios where sites went from working to not-working (if the site has standards-based fallback, e.g. using display:block, which we used to honor but now we'll skip in favor of imperfectly-emulated -webkit-box) I'm hoping this tracking bug will help us prioritize which additional hacks (if any) we need to add to differentiate our emulated -webkit-box support from modern flexbox.
Updated•7 years ago
|
Component: Tracking → Layout
Updated•2 years ago
|
![]() |
||
Updated•2 years ago
|
Webcompat Priority: --- → ?
Updated•11 months ago
|
Webcompat Priority: ? → P3
Updated•8 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•