[Webkit-unassigned] [Bug 120498] New: Fix baseline computation for nested inline-blocks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 29 15:36:47 PDT 2013


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

           Summary: Fix baseline computation for nested inline-blocks
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: hyatt at apple.com, mitz at webkit.org,
                    simon.fraser at apple.com, enrica at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/c608372cc09f02cd9e7cce737a33bb6798ab82b3

This moves the check for overflow: <not visible> into
inlineBlockBaseline, so that the baseline gets correctly calculated for
an outer inline-block when an inner inline-block or block has
overflow: hidden.

We also do this if the inner block is not an inline-block -- this
matches Firefox behavior and is required for at least one website
(http://in.yahoo.com/).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list