RESOLVED FIXED 215752
[LFC][IFC] Refactor inline content vertical alignment
https://bugs.webkit.org/show_bug.cgi?id=215752
Summary [LFC][IFC] Refactor inline content vertical alignment
alan
Reported 2020-08-22 09:24:57 PDT
This is an umbrella bug for the refactoring steps. It's about going from -> as the last step, LineBuilder aligns the line content (runs) vertically but only when the LineBuilder is not in the preferred-width computation mode. to -> LineBuild only takes care of the run placement horizontally (run size, logical left) and does not do any kind of alignment while LineBox constructs proper inline boxes for the inline content and aligns them both vertically and horizontally as needed.
Attachments
Radar WebKit Bug Importer
Comment 1 2020-08-26 19:03:51 PDT
alan
Comment 2 2020-09-03 07:58:43 PDT
and done.
Note You need to log in before you can comment on or make changes to this bug.