Bug 203041

Summary: [LFC][IFC] Fix various vertical alignment issues.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

zalan
Reported 2019-10-16 10:17:03 PDT
ssia
Attachments
Patch (19.53 KB, patch)
2019-10-16 10:20 PDT, zalan
no flags
Patch (20.20 KB, patch)
2019-10-16 10:36 PDT, zalan
no flags
zalan
Comment 1 2019-10-16 10:20:41 PDT
Radar WebKit Bug Importer
Comment 2 2019-10-16 10:33:27 PDT
zalan
Comment 3 2019-10-16 10:36:55 PDT
Antti Koivisto
Comment 4 2019-10-16 12:48:43 PDT
Comment on attachment 381083 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=381083&action=review > Source/WebCore/layout/inlineformatting/InlineLine.cpp:190 > + // The inline-block's baseline offset is relative to its content box. Let's convert it relative to the margin box. > + // inline-block > + // \ > + // _______________ <- margin box > + // | > + // | ____________ <- border box > + // | | > + // | | _________ <- content box > + // | | | ^ > + // | | | | <- baseline offset > + // | | | | > + // text | | | v text > + // -----|-|-|---------- <- baseline > + // Nice art.
zalan
Comment 5 2019-10-16 12:50:17 PDT
(In reply to Antti Koivisto from comment #4) > Comment on attachment 381083 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=381083&action=review > > > Source/WebCore/layout/inlineformatting/InlineLine.cpp:190 > > + // The inline-block's baseline offset is relative to its content box. Let's convert it relative to the margin box. > > + // inline-block > > + // \ > > + // _______________ <- margin box > > + // | > > + // | ____________ <- border box > > + // | | > > + // | | _________ <- content box > > + // | | | ^ > > + // | | | | <- baseline offset > > + // | | | | > > + // text | | | v text > > + // -----|-|-|---------- <- baseline > > + // > > Nice art. I should have used emojis.
WebKit Commit Bot
Comment 6 2019-10-16 13:33:02 PDT
Comment on attachment 381083 [details] Patch Clearing flags on attachment: 381083 Committed r251200: <https://trac.webkit.org/changeset/251200>
WebKit Commit Bot
Comment 7 2019-10-16 13:33:04 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.