This way when collapsing style change, we don't have to re-traverse the IFC tree to collect the InlineItems.
<rdar://problem/56437181>
Created attachment 381375 [details] Patch
Comment on attachment 381375 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=381375&action=review > Source/WebCore/ChangeLog:3 > + [LFC][IFC] Move the collapsed bit from InlineItems to runs LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space has good test coverage for this stuff. Would be good to get them running. > Source/WebCore/ChangeLog:12 > + This patch also fixes leading/training content preservation. typo 'trailing'
Committed r251329: <https://trac.webkit.org/changeset/251329>
(In reply to Antti Koivisto from comment #3) > Comment on attachment 381375 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=381375&action=review > > > Source/WebCore/ChangeLog:3 > > + [LFC][IFC] Move the collapsed bit from InlineItems to runs > > LayoutTests/imported/w3c/web-platform-tests/css/css-text/white-space has > good test coverage for this stuff. Would be good to get them running. > I am going to land a few more changes and test-run WPT to see what passes.