Bug 191839 - [LFC][IFC] Introduce InlineItem::nonBreakableStart/End
Summary: [LFC][IFC] Introduce InlineItem::nonBreakableStart/End
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: 2018-11-19 09:06 PST by zalan
Modified: 2018-11-20 07:53 PST (History)
5 users (show)

See Also:


Attachments
Patch (5.36 KB, patch)
2018-11-19 09:34 PST, zalan
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2018-11-19 09:06:32 PST
Non-breakable start/end marks margin/padding/border space (even when it does not directly come from the associated layout box)
<span style="padding: 5px"><span>nested content with padding parent</span</span>
<nested content with padding parent> inline run has 5px non-breakable start/end.
Comment 1 zalan 2018-11-19 09:34:29 PST
Created attachment 355284 [details]
Patch
Comment 2 zalan 2018-11-20 07:52:35 PST
Committed r238401: <https://trac.webkit.org/changeset/238401>
Comment 3 Radar WebKit Bug Importer 2018-11-20 07:53:23 PST
<rdar://problem/46186479>