Bug 216369 - [LFC][IFC] Construct LineBox::InlineBoxes for nested inline level boxes when they overlap multiple lines
Summary: [LFC][IFC] Construct LineBox::InlineBoxes for nested inline level boxes when ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-09-10 09:07 PDT by zalan
Modified: 2020-09-10 16:54 PDT (History)
5 users (show)

See Also:


Attachments
Patch (8.14 KB, patch)
2020-09-10 09:49 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2020-09-10 09:07:50 PDT
e.g <span id=outer>line break<br>this text's parent inline box <span id=inner>starts at the previous line</span></span>
The second line should have a LineBox::InlineBox for both the inner and the outer inline level boxes (inline box really).
Comment 1 zalan 2020-09-10 09:49:40 PDT
Created attachment 408452 [details]
Patch
Comment 2 EWS 2020-09-10 13:08:47 PDT
Committed r266888: <https://trac.webkit.org/changeset/266888>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 408452 [details].
Comment 3 Radar WebKit Bug Importer 2020-09-10 13:09:21 PDT
<rdar://problem/68660528>