Bug 191839

Summary: [LFC][IFC] Introduce InlineItem::nonBreakableStart/End
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 koivisto: review+

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>