Hi.
I've noticed a strange interaction between column breaks and column floats. Consider these two examples:
http://www.penguinking.com/files/xml/example/example.css
http://www.penguinking.com/files/xml/example/example3.xml
http://www.penguinking.com/files/xml/example/example3.pdf
http://www.penguinking.com/files/xml/example/example4.xml
http://www.penguinking.com/files/xml/example/example4.pdf
In example3.xml, there's a gap below the sidebar (which is "floated prince-column-bottom"), while in example4.xml, the gap is absent. The only difference between the two is that the latter has an extra bit of text following the floated element.
I'm not entirely certain, but I think what's happening is that when the following section header gets pulled to the next page by its "page-break-after: avoid" property, the "gap" it leaves behind in the previous column is ending up under the column float, rather than above it.
Is this the intended behaviour?
Thanks,
- Dave.
I've noticed a strange interaction between column breaks and column floats. Consider these two examples:
http://www.penguinking.com/files/xml/example/example.css
http://www.penguinking.com/files/xml/example/example3.xml
http://www.penguinking.com/files/xml/example/example3.pdf
http://www.penguinking.com/files/xml/example/example4.xml
http://www.penguinking.com/files/xml/example/example4.pdf
In example3.xml, there's a gap below the sidebar (which is "floated prince-column-bottom"), while in example4.xml, the gap is absent. The only difference between the two is that the latter has an extra bit of text following the floated element.
I'm not entirely certain, but I think what's happening is that when the following section header gets pulled to the next page by its "page-break-after: avoid" property, the "gap" it leaves behind in the previous column is ending up under the column float, rather than above it.
Is this the intended behaviour?
Thanks,
- Dave.