Bug 270977
| Summary: | Remove special handling of RenderLineBreak in container/containingBlock | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Rob Buis <rbuis> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Rob Buis
Remove special handling of RenderLineBreak in container/containingBlock.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Rob Buis
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
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
<rdar://problem/125168158>