Skip to content

Commit 64dbbc2

Browse files
committed
[css2] Removed incorrect explanation of page-break-inside.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401432
1 parent bd098fd commit 64dbbc2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/page.src

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
488488
class="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
500499
number of lines of a paragraph that must be left at the top of a page.
501500
Examples of how they are used to control page breaks are given below.
502501

502+
<!--
503503
<p>The <span
504504
class="propinst-page-break-inside">'page-break-inside'</span> property
505505
can 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
511511
class="propinst-page-break-inside">'page-break-inside'</span> property
512512
is ignored (treated as if it were 'auto') and page breaks are
513513
determined 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
516517
section on <a href="visuren.html#line-box">line boxes</a>.

0 commit comments

Comments
 (0)