Bug 172999
| Summary: | Incorrect computed 'float' style for floated flex/grid items | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Boris Zbarsky <bzbarsky> |
| Component: | Layout and Rendering | Assignee: | Frédéric Wang Nélar <fred.wang> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, bfulgham, fred.wang, hyatt, simon.fraser, zalan |
| Priority: | P2 | Keywords: | FromImplementor |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=267167 | ||
Boris Zbarsky
This is just like https://bugs.chromium.org/p/chromium/issues/detail?id=350505 but for WebKit. Floated flex items get 'float' computed to 'none', which is not correct per the flexbox spec.
See http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2872 for a testcase.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Frédéric Wang Nélar
Tweaking title, since this is also the case for grid items.
https://chromium-review.googlesource.com/c/chromium/src/+/2261412 fixed the issue for grid/flex items and added WPT tests.
Frédéric Wang Nélar
*** Bug 267167 has been marked as a duplicate of this bug. ***
Frédéric Wang Nélar
Pull request: https://github.com/WebKit/WebKit/pull/59968