NEW 270977
Remove special handling of RenderLineBreak in container/containingBlock
https://bugs.webkit.org/show_bug.cgi?id=270977
Summary Remove special handling of RenderLineBreak in container/containingBlock
Rob Buis
Reported 2024-03-14 08:08:10 PDT
Remove special handling of RenderLineBreak in container/containingBlock.
Attachments
Rob Buis
Comment 1 2024-03-14 08:14:54 PDT
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.
Rob Buis
Comment 2 2024-03-14 08:16:04 PDT
This bug is intended as a reminder to remove the need for the special treatment. Note that LFC has better support for out-of-flow line breaks.
Radar WebKit Bug Importer
Comment 3 2024-03-21 08:09:12 PDT
Note You need to log in before you can comment on or make changes to this bug.