Reflow absolute children of relative positioned inlines during nsLineLayout::RelativePositionFrames
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: roc, Unassigned, NeedInfo)
References
(Blocks 12 open bugs)
Details
(Whiteboard: [layout:backlog:quality])
Reporter | ||
Comment 1•21 years ago
|
||
![]() |
||
Comment 2•21 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Updated•7 years ago
|
Comment 3•6 years ago
|
||
Sean, given the amount of duplicates and dependent bugs, we should probably fix this sooner rather than later... WDYT? Should we prioritize fixing this?
Comment 4•6 years ago
|
||
I'll bring this up at our triage meeting next week, but seems like we should.
Updated•6 years ago
|
Comment 5•6 years ago
|
||
I don't think the suggested fix in the Summary is the right way
to implement this correctly. We need to reflow all continuations
of the CB before we can calculate the CB rectangle correctly.
Also, we should probably wait and see what the final resolution
is to this CSSWG issue is before starting this work.
https://github.com/w3c/csswg-drafts/issues/609 seems to me to be sufficiently resolved.
Comment 7•6 years ago
|
||
There's a couple of comments from @bfgeek after the resolution
was noted, which seems to indicate they want to discuss it further,
or at least want clarifications. To me, your proposal there seems
to already handle block-axis fragments (the bit about negative
width/height) but perhaps they disagreed with it or didn't
understand it?
if there's lack of interop in a multicol context, then it's perhaps worth testing and proposing a solution to the group, but I wouldn't wait on the group to solve it. That said, for block-axis fragmentation, it seems like:
(a) multicol and printing should probably behave the same
(b) printing can't assume that the fragments are even in the same coordinate space
so I suspect block-axis fragmentation should think of the space prior to fragmentation rather than post-fragmentation.
Updated•6 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•3 years ago
|
Description
•