Bug 172999 - Incorrect computed 'float' style for floated flex items
Summary: Incorrect computed 'float' style for floated flex items
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: FromImplementor
Depends on:
Blocks:
 
Reported: 2017-06-06 09:58 PDT by Boris Zbarsky
Modified: 2024-01-05 20:15 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Zbarsky 2017-06-06 09:58:16 PDT
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.