Skip to content

Commit dfe9e49

Browse files
committed
[css2] Simplified/clearer text for where page-break-* applies, as per Oslo ftf.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402149
1 parent 86a451b commit dfe9e49

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

css2/page.src

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: page.src,v 2.36 2003-01-27 21:58:44 bbos Exp $ -->
3+
<!-- $Id: page.src,v 2.37 2003-08-27 16:32:34 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Paged media</TITLE>
7-
</HEAD>
7+
</HEAD>
88

99
<body>
1010
<h1 align="center"><a name="the-page">Paged media</a></h1>
@@ -289,12 +289,8 @@ of the following element. When these properties have values other
289289
than 'auto', the values 'always', 'left', and 'right' take precedence
290290
over 'avoid'.
291291

292-
<P>These properties only apply to non-floating block-level elements.
293-
Also, page breaks cannot be forced to occur inside table cells, <a
294-
href="visuren.html#absolute-positioning">absolutely positioned</a>
295-
boxes, and <a href="visuren.html#fixed-positioning">fixed</a>
296-
positioned boxes. Page breaks set before, inside, or after such
297-
elements must be ignored.
292+
<P>These properties only apply to block level elements that
293+
are in the normal flow of the root element.
298294

299295
<h3><a name="break-inside">Breaks inside elements</a>: <span
300296
class="propinst-orphans">'orphans'</span>, <span

0 commit comments

Comments
 (0)