@@ -2810,11 +2810,20 @@ <h3 id=allowed-pg-brk><span class=secno>9.4. </span>Allowed page breaks</h3>
28102810 href ="#page-break-before "> < code
28112811 class =property > page-break-before</ code > </ a > ’ properties of all the
28122812 elements generating boxes that meet at this margin allow it, which is
2813- when at least one of them has the value < span class =css > ‘< code
2814- class =property > always</ code > ’</ span > , < span class =css > ‘< code
2815- class =property > left</ code > ’</ span > , or < span class =css > ‘< code
2816- class =property > right</ code > ’</ span > , or when all of them are < span
2817- class =css > ‘< code class =property > auto</ code > ’</ span > .
2813+ when at least one of them has the value ‘< code
2814+ class =property > always</ code > ’, ‘< code
2815+ class =property > left</ code > ’, or ‘< code
2816+ class =property > right</ code > ’, or when all of them are ‘< code
2817+ class =property > auto</ code > ’. (For a box before the margin, its ‘< a
2818+ href ="#page-break-after "> < code
2819+ class =property > page-break-after</ code > </ a > ’ value is considered; for
2820+ a box after the margin its ‘< a href ="#page-break-before "> < code
2821+ class =property > page-break-before</ code > </ a > ’ value is considered.) A
2822+ box meets at this margin if it is one of the block-level (or table row)
2823+ siblings on either side of the margin or if it is a
2824+ block-level/table-row last child (for boxes before the margin) or first
2825+ child (for boxes after the margin) of a box that also meets at this
2826+ margin.
28182827
28192828 < li > < strong > Rule B:</ strong > However, if all of them are < span
28202829 class =css > ‘< code class =property > auto</ code > ’</ span > and a common
0 commit comments