Description*** DO NOT LAND *** Implement column-span:all without reparenting renderers.
This is a slightly different approach to implementing column-span:all,
and was sparked by
https://codereview.chromium.org/296413007/diff/200001/Source/core/rendering/RenderMultiColumnFlowThread.cpp#newcode176
Reordering and reparenting renderers is risky business, but it can be
avoided by adding more spanner awareness here and there in central
layout code. This is work in progress, and I'm pretty sure that I'll
have to add more.
Patch Set 1 #Patch Set 2 : The actual patch: Avoid reparenting and reordering spanner renderers. #Patch Set 3 : Copy margin properties from a spanner to its spanner set, to simplify code. #
Messages
Total messages: 3 (0 generated)
|