Skip to content

Commit 0677520

Browse files
committed
[css2] Added escape clause for absolutely positioned elements in paged media,
see http://lists.w3.org/Archives/Member/w3c-css-wg/2005JanMar/0202.html --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402285
1 parent cdd0add commit 0677520

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

css2/visudet.src

Lines changed: 8 additions & 1 deletion
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.101 2005-03-03 22:46:08 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.102 2005-03-25 18:00:58 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model details</title>
@@ -86,6 +86,13 @@ relative to its containing block ignoring any page breaks (as if the
8686
document were continuous). The element may subsequently be broken over
8787
several pages.
8888
</p>
89+
90+
<p>For absolutely positioned content that resolves to a position on a
91+
page other than the page being laid out (the current page), or
92+
resolves to a position on the current page which has already been
93+
rendered for printing, printers may place the content on the current
94+
page, in another convenient location or may omit it.
95+
8996
<p class="note">Note that a
9097
block-level element that is split over several pages may have a different
9198
width on each page and that there may be device-specific limits.

0 commit comments

Comments
 (0)