Skip to content

Commit c61fc88

Browse files
committed
[css2] Tantek's edits.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402134
1 parent 86a810a commit c61fc88

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

css2/visudet.src

Lines changed: 6 additions & 4 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.73 2003-08-24 20:03:43 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.74 2003-08-24 22:09:56 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model details</title>
@@ -93,13 +93,15 @@ containing block.
9393
</li>
9494
</ol>
9595

96-
<ins>
96+
<ins class="proposed">
9797
<p>In paged media, an absolutely positioned element is positioned
9898
relative to its containing block ignoring any page breaks (as if the
9999
document were continuous). The element may subsequently be broken over
100-
several pages. (Page break properties apply.) Note, however, that a
100+
several pages. (Page break properties apply.)
101+
</p>
102+
<p class="note">Note that a
101103
containing block that is split over several pages may have a different
102-
width on each page.
104+
width on each page and that there may be device-specific limits.
103105
</p>
104106
</ins>
105107

0 commit comments

Comments
 (0)