Bug 213692

Summary: [LFC][TFC] Adjust table content vertical position to match vertical-align
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, 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

Description zalan 2020-06-27 21:37:43 PDT
ssia
Comment 1 zalan 2020-06-27 21:43:24 PDT
Created attachment 402984 [details]
Patch
Comment 2 Antti Koivisto 2020-06-28 03:59:41 PDT
Comment on attachment 402984 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=402984&action=review

> Source/WebCore/layout/displaytree/DisplayLineBox.h:64
> +    void moveVertically(InlineLayoutUnit);

Are you sure we want to make Display::LineBox mutable?
Comment 3 zalan 2020-06-28 07:06:20 PDT
(In reply to Antti Koivisto from comment #2)
> Comment on attachment 402984 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=402984&action=review
> 
> > Source/WebCore/layout/displaytree/DisplayLineBox.h:64
> > +    void moveVertically(InlineLayoutUnit);
> 
> Are you sure we want to make Display::LineBox mutable?
The other option is to regenerate them.
Comment 4 zalan 2020-06-28 10:09:41 PDT
Created attachment 403001 [details]
Patch
Comment 5 EWS 2020-06-28 17:03:28 PDT
Committed r263640: <https://trac.webkit.org/changeset/263640>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 403001 [details].
Comment 6 Radar WebKit Bug Importer 2020-06-28 17:04:16 PDT
<rdar://problem/64869486>