File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -834,13 +834,8 @@ Breaking into Varying-size Fragmentainers</h3>
834
834
When a flow is fragmented into varying-size fragmentainers, the following
835
835
rules are observed for adapting layout:
836
836
</p>
837
- <!-- try to make this clearer. Steve suggests swapping first two points, maybe break it up more? -->
837
+ <!-- try to make this clearer. Steve suggested swapping first two points (done) , maybe break it up more? -->
838
838
<ul>
839
- <li>
840
- Intrinsic sizes are calculated and maintained across the entire element.
841
- Where an initial containing block size is needed to resolve an intrinsic
842
- size, assume the size of the first fragmentainer defining a fragmentation context.
843
- </li>
844
839
<li>
845
840
Layout is performed per-fragmentainer, with each fragmentainer continuing
846
841
progress from the breakpoint on the previous, but recalculating sizes
@@ -852,6 +847,11 @@ Breaking into Varying-size Fragmentainers</h3>
852
847
the UA may instead maintain a consistent <a>inline size</a> and resolved <a>block size</a>
853
848
across fragmentainers.
854
849
</li>
850
+ <li>
851
+ Intrinsic sizes are calculated and maintained across the entire element.
852
+ Where an initial containing block size is needed to resolve an intrinsic
853
+ size, assume the size of the first fragmentainer defining a fragmentation context.
854
+ </li>
855
855
<li>
856
856
Fragments of boxes that began on a previous fragmentainer must obey
857
857
placement rules with the additional constraint that fragments must
You can’t perform that action at this time.
0 commit comments