@@ -1076,7 +1076,8 @@ Transforms, Positioning, and Pagination</h3>
1076
1076
(The origin of an overflow-only fragment is determined
1077
1077
as if that content were overflowing an empty box with zero margins/borders/padding
1078
1078
at the start of the fragmentainer.)
1079
- However, the separation and transfer of page boxes <em> should</em> occur last;
1079
+ However, in order to reduce dataloss when printing,
1080
+ the separation and transfer of page boxes <em> should</em> occur last;
1080
1081
thus a transformed fragment that spans pages <em> should</em>
1081
1082
be sliced at the page breaks and print in its entirety
1082
1083
rather than being clipped by its originating page.
@@ -1093,11 +1094,13 @@ Transforms, Positioning, and Pagination</h3>
1093
1094
<p>
1094
1095
Absolute positioning affects layout and thus interacts with fragmentation.
1095
1096
Both the coordinate system and absolutely-positioned boxes belonging to a containing block
1096
- will fragment across pages in the same fragmentation flow as the containing block.
1097
+ will fragment across fragmentainers in the same fragmentation flow as the containing block.
1097
1098
1098
1099
<p>
1099
1100
UAs are not required to correctly position boxes that span a <i> fragmentation break</i>
1100
1101
and whose <i> block-start</i> edge position depends on where the box's content fragments.
1102
+
1103
+ <p>
1101
1104
UAs with memory constraints that prevent them from manipulating an entire document in memory
1102
1105
are not required to correctly position absolutely-positioned elements
1103
1106
that end up on a previously-rendered page.
0 commit comments