Skip to content

Commit b5a5edb

Browse files
committed
[css-position-3][editorial] Move fragmentation section into the Layout section
1 parent 0eeb425 commit b5a5edb

1 file changed

Lines changed: 31 additions & 31 deletions

File tree

css-position-3/Overview.bs

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -851,37 +851,6 @@ Calculating the Static Position and the “Static-Position Rectangle”</h4>
851851
Boxes in the [=top layer=] always use the [=initial containing block=]
852852
as their [=static-position rectangle=].
853853

854-
<h4 id="abspos-breaking" oldids="breaking">
855-
Fragmenting Absolutely-positioned Elements</h4>
856-
857-
In a [=fragmented flow=], an [=absolutely positioned box=]
858-
is positioned relative to its [=containing block=]
859-
ignoring any [=fragmentation breaks=]
860-
(as if the flow were continuous).
861-
The box may subsequently be broken over several [=fragmentation containers=].
862-
863-
For absolutely positioned content in [=paged media=]
864-
that resolves to a position on a page
865-
other than the page being laid out (the current page),
866-
or resolves to a position on the current page
867-
that has already been rendered for printing,
868-
printers may place the content:
869-
870-
<ul>
871-
<li>on the current page,
872-
<li>on a subsequent page, or
873-
<li>may omit it altogether.
874-
</ul>
875-
876-
Note: A [=block-level=] element that is split over several pages
877-
can have a different width on each page,
878-
and there may be device-specific limits.
879-
880-
User agents must not paginate the content of [=fixed-positioned boxes=].
881-
882-
Note: User agents might print invisible content in other ways.
883-
See [[CSS-PAGE-3#content-outside-box]].
884-
885854
<h2 id="abspos-layout">
886855
Absolute Positioning Layout Model</h2>
887856

@@ -1004,6 +973,37 @@ Self-Alignment of Absolutely Positioned Boxes</h3>
1004973
its alignment is adjusted to minimize overflow
1005974
as specified in [[css-align-3#auto-safety-position]].
1006975

976+
<h4 id="abspos-breaking" oldids="breaking">
977+
Fragmenting Absolutely-positioned Elements</h4>
978+
979+
In a [=fragmented flow=], an [=absolutely positioned box=]
980+
is positioned relative to its [=containing block=]
981+
ignoring any [=fragmentation breaks=]
982+
(as if the flow were continuous).
983+
The box may subsequently be broken over several [=fragmentation containers=].
984+
985+
For absolutely positioned content in [=paged media=]
986+
that resolves to a position on a page
987+
other than the page being laid out (the current page),
988+
or resolves to a position on the current page
989+
that has already been rendered for printing,
990+
printers may place the content:
991+
992+
<ul>
993+
<li>on the current page,
994+
<li>on a subsequent page, or
995+
<li>may omit it altogether.
996+
</ul>
997+
998+
Note: A [=block-level=] element that is split over several pages
999+
can have a different width on each page,
1000+
and there may be device-specific limits.
1001+
1002+
User agents must not paginate the content of [=fixed-positioned boxes=].
1003+
1004+
Note: User agents might print invisible content in other ways.
1005+
See [[CSS-PAGE-3#content-outside-box]].
1006+
10071007
<h2 id="abspos-old">
10081008
Old Absolute Positioning Layout Model</h2>
10091009

0 commit comments

Comments
 (0)