Skip to content

Commit d0e32ec

Browse files
committed
Removed mentioning of orphans and widows
The `orphans` and `widows` properties were moved to CSS Fragmentation 3. Therefore they got removed.
1 parent 324c0c4 commit d0e32ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css-page-3/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@ Introduction</h2>
8484
<li><a href="#page-breaks">page breaks</a> are created and avoided;
8585
<li>the page properties such as size, orientation, margins, border, and
8686
padding are specified;
87-
<li>headers and footers are established within the page margins;
88-
<li>content such as page counters are placed in the headers and footers; and
89-
<li>orphans and widows can be controlled.
87+
<li>headers and footers are established within the page margins; and
88+
<li>content such as page counters are placed in the headers and footers;
9089
</ul>
9190

9291
This module defines a <a href="#page-model">page model</a> that specifies how a

0 commit comments

Comments
 (0)