[Webkit-unassigned] [Bug 210144] New: [css-flexbox] Out-of-flow boxes should not be children of anonymous flex items.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 7 12:44:33 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210144

            Bug ID: 210144
           Summary: [css-flexbox] Out-of-flow boxes should not be children
                    of anonymous flex items.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com

Text node children of a flexible box are wrapped in anonymous flex items. Consecutive text node siblings should be merged in the same item.

But we should not skip merging out-of-flow (absolute positioned) elements.

This causes failures in the following two WPT tests:

https://wpt.live/css/css-flexbox/anonymous-flex-item-004.html
https://wpt.live/css/css-flexbox/anonymous-flex-item-005.html

This two test pass on firefox. On Chrome currently only the 004 passes. Tracked at https://crbug.com/788379

-- 
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/20200407/bf28a032/attachment.htm>


More information about the webkit-unassigned mailing list