[Webkit-unassigned] [Bug 244734] New: Add Flexbox last baseline alignment for block flow items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 15:25:04 PDT 2022


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

            Bug ID: 244734
           Summary: Add Flexbox last baseline alignment for block flow
                    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: sgill26 at apple.com

>From CSS Box Alignment Module Level 3:

The first/last baseline set of a block container is generated from the dominant first/last baseline of the first/last in-flow line box in the block container, or is taken from the first/last in-flow block-level child in the block container that contributes a set of first/last baselines, whichever comes first/last. If there is no such line box or child, then the block container has no baseline set.

However, for legacy reasons a block-level or inline-level scroll container always has a last baseline set, whose baselines all correspond to its block-end margin edge.

Need to implement the ability to get the last line's baseline value for block flow elements so that they may participate in last baseline alignment.

-- 
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/20220902/784e3ebc/attachment.htm>


More information about the webkit-unassigned mailing list