@@ -140,6 +140,7 @@ <h2 id="fragmentation-model">
140
140
or a < a href ="http://www.w3.org/TR/css3-page/ "> paged media display</ a > .
141
141
A given fragmentation context can only have one block flow direction
142
142
across all its < i > fragmentainers</ i > .
143
+ <!-- XXX clarify that multiple writing modes are allowed, just fragmentationis in one direction -->
143
144
</ dd >
144
145
< dt > < dfn > fragmented flow</ dfn > </ dt >
145
146
< dd >
@@ -218,6 +219,7 @@ <h3 id="parallel-flows">
218
219
Such content fragments within the context of the box's < i > fragmented flow</ i >
219
220
following normal fragmentation rules,
220
221
increasing the length of the < i > fragmented flow</ i > as necessary.
222
+ <!-- XXX this paragraph is generally confusing -->
221
223
</ p >
222
224
223
225
< h3 id ="nested-flows ">
@@ -604,7 +606,7 @@ <h3 id="possible-breaks">
604
606
< dd >
605
607
When the block flow direction of the siblings' containing block
606
608
is parallel to that of the fragmentation context:
607
- in-flow block-level boxes,
609
+ in-flow block-level boxes, <!-- XXX linkify in-flow -->
608
610
a float and an immediately-adjacent in-flow or floated box,
609
611
table row group boxes,
610
612
table row boxes,
@@ -629,6 +631,7 @@ <h3 id="possible-breaks">
629
631
child content (margin edges of block-level children or line box
630
632
edges for inline-level children) < em > if</ em > there is a (non-zero)
631
633
gap between them.
634
+ <!-- XXX add example -->
632
635
</ dd >
633
636
</ dl >
634
637
@@ -652,6 +655,7 @@ <h3 id="possible-breaks">
652
655
When paginating, if there are no possible break points below the top
653
656
of the page, and not all the content fits, the UA may break anywhere
654
657
in order to avoid losing content off the edge of the page.
658
+ < span class ="issue "> Should this be generalized to fragmentainer?</ span >
655
659
</ p >
656
660
657
661
< p class ="note ">
@@ -786,6 +790,9 @@ <h3 id="unforced-breaks">
786
790
dropped as well, to find still more break points.
787
791
</ p >
788
792
793
+ < p class ="note issue "> This means that 'widows' and 'orphans' restrictions
794
+ are given priority over the 'break-*' controls.
795
+
789
796
< h3 id ="best-breaks ">
790
797
Optimizing Unforced Breaks</ h3 >
791
798
@@ -859,6 +866,7 @@ <h3 id="varying-size-boxes">
859
866
When a flow is fragmented into varying-size fragmentainers, the following
860
867
rules are observed for adapting layout:
861
868
</ p >
869
+ <!-- try to make this clearer. Steve suggests swapping first two points, maybe break it up more? -->
862
870
< ul >
863
871
< li >
864
872
Intrinsic sizes are calculated and maintained across the entire element.
0 commit comments