11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: page.src,v 2.19 1998-03-24 14:03:08 ijacobs Exp $ -->
3+ <!-- $Id: page.src,v 2.20 1998-03-27 12:19:55 bbos Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Paged media</TITLE>
@@ -486,8 +486,7 @@ with this document::
486486
487487<h3><a name="break-inside">Breaks inside elements</a>: <span
488488class="propinst-orphans">'orphans'</span>, <span
489- class="propinst-widows">'widows'</span>, and <span
490- class="propinst-page-break-inside">'page-break-inside'</span></h3>
489+ class="propinst-widows">'widows'</span></h3>
491490
492491<!-- #include src=properties/orphans.srb -->
493492
@@ -500,6 +499,7 @@ class="propinst-widows">'widows'</span> property specifies the minimum
500499number of lines of a paragraph that must be left at the top of a page.
501500Examples of how they are used to control page breaks are given below.
502501
502+ <!--
503503<p>The <span
504504class="propinst-page-break-inside">'page-break-inside'</span> property
505505can be used to turn off page breaking inside an element completely,
@@ -511,6 +511,7 @@ class="propinst-page-break-inside">'page-break-inside'</span> is
511511class="propinst-page-break-inside">'page-break-inside'</span> property
512512is ignored (treated as if it were 'auto') and page breaks are
513513determined using the 'widows' and 'orphans' properties.
514+ Was in PR, but conflicts with rules below. BB -->
514515
515516<P>For information about paragraph formatting, please consult the
516517section on <a href="visuren.html#line-box">line boxes</a>.
0 commit comments