[Webkit-unassigned] [Bug 225166] New: [LFC][IFC] Incorrect middle alignment for inline boxes when line-height is present

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 15:11:59 PDT 2021


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

            Bug ID: 225166
           Summary: [LFC][IFC] Incorrect middle alignment for inline boxes
                    when line-height is present
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

<style>
div {
  line-height: 30; 
}
span {
  vertical-align: middle;
}
</style>
<div style="background-color: green;">should<span>middle align</span></div>

-- 
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/20210428/2189fefc/attachment.htm>


More information about the webkit-unassigned mailing list