[Webkit-unassigned] [Bug 270977] Remove special handling of RenderLineBreak in container/containingBlock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 08:14:54 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=270977

--- Comment #1 from Rob Buis <rbuis at igalia.com> ---
Special handling of RenderLineBreak in container/containingBlock is required to handle the case where the line break is out-of-flow.
This can't be supported as part of the normal render tree out-of-flow treatment, since for out-of-flow to work the line break
would need to be represented as a RenderBox, but RenderLineBreak can't be a block type.

-- 
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/20240314/2b6ee35a/attachment.htm>


More information about the webkit-unassigned mailing list