Skip to content

Commit 978bc4c

Browse files
author
Rossen Atanassov
committed
[css-break] Cleaning up the definition of trasformed overflow breaking.
1 parent 97fb2b6 commit 978bc4c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-break/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,10 +1532,10 @@ <h3 id=transforms><span class=secno>5.5. </span> Transforms, Positioning,
15321532
other graphical effects. Such effects are applied per fragment: for
15331533
example, rotation applied to a fragmented box will calculate a rotation
15341534
origin for each fragment and independently rotate that fragment around its
1535-
origin. The origin of an overflow-only fragment is determined as if that
1535+
origin. (The origin of an overflow-only fragment is determined as if that
15361536
content were overflowing an empty box with zero margins/borders/padding at
1537-
the start of the fragmentainer (see ) However, the separation and transfer
1538-
of page boxes <em>should</em> occur last; thus a transformed fragment that
1537+
the start of the fragmentainer.) However, the separation and transfer of
1538+
page boxes <em>should</em> occur last; thus a transformed fragment that
15391539
spans pages <em>should</em> be sliced at the page breaks and print in its
15401540
entirety rather than being clipped by its originating page.
15411541

css-break/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,9 +1203,9 @@ <h3 id="transforms">
12031203
for example, rotation applied to a fragmented box
12041204
will calculate a rotation origin for each fragment
12051205
and independently rotate that fragment around its origin.
1206-
The origin of an overflow-only fragment is determined
1206+
(The origin of an overflow-only fragment is determined
12071207
as if that content were overflowing an empty box with zero margins/borders/padding
1208-
at the start of the fragmentainer (see )
1208+
at the start of the fragmentainer.)
12091209
However, the separation and transfer of page boxes <em>should</em> occur last;
12101210
thus a transformed fragment that spans pages <em>should</em>
12111211
be sliced at the page breaks and print in its entirety

0 commit comments

Comments
 (0)