Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
[deleted comment]
related to issue #550
Original comment by abar...@gmail.com
on 1 Nov 2012 at 7:21
This is by design. Since the element is continued onto the next page it does
not re-apply the top margin.
The W3C CSS2 spec doesn't have much guidance for this, but how we have handled
it is consistent with how web browsers treat paged elements.
In CSS3 there is a means of defining how a box breaks with one option (the
default) being how we have handled it and the other to reapply the
margin/border/padding defined for the block.
http://www.w3.org/TR/css3-break/#break-margins
http://www.w3.org/TR/2012/CR-css3-background-20120417/#the-box-decoration-break
You may want to submit a request to support this property. If you do please
reference this issue.
Original comment by eclecticgeek
on 5 Nov 2012 at 4:23
Original comment by eclecticgeek
on 30 May 2013 at 5:16
Original issue reported on code.google.com by
abar...@gmail.com
on 1 Nov 2012 at 7:17