Skip to content

Commit 0f7466e

Browse files
committed
[css2] Added text about absolutely positioning elemetns in paged media.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402129
1 parent 3cd1a8a commit 0f7466e

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

css2/visudet.src

Lines changed: 7 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: visudet.src,v 2.71 2003-08-18 18:16:20 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.72 2003-08-20 16:45:30 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model details</TITLE>
@@ -66,8 +66,12 @@ containing block.
6666
</ol>
6767

6868
<ins>
69-
<p>In paged media [...] absolutely positioned element may span several
70-
pages [...] containing block may span several pages [...]
69+
<p>In paged media, an absolutely positioned element is positioned
70+
relative to its containing block ignoring any page breaks (as if the
71+
document were continuous). The element may subsequently be broken over
72+
several pages. (Page break properties apply.) Note, however, that a
73+
containing block that is split over several pages may have a different
74+
width on each page.
7175
</ins>
7276

7377
<div class="example">

0 commit comments

Comments
 (0)