[Webkit-unassigned] [Bug 191509] New: [LFC][IFC] Construct dedicated runs when the inline element requires it.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Nov 10 17:36:34 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=191509
Bug ID: 191509
Summary: [LFC][IFC] Construct dedicated runs when the inline
element requires it.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zalan at apple.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
When a run overlaps multiple inline elements like this:
<span>normal text content</span><span style="position: relative; left: 10px;">but this one needs dedicated run</span><span>end of text</span>
The above content generates one long run <normal text contentbut this one needs dedicated runend of text>
However the middle run needs to be moved independently from the rest of the content, hence it needs a dedicated inline run.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181111/53f6931a/attachment-0001.html>
More information about the webkit-unassigned
mailing list