Skip to content

Commit 3cfd882

Browse files
committed
[css2] Clarified that percentages on margin properties in page context may refer to page box height
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401672
1 parent 9893411 commit 3cfd882

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

css2/page.src

Lines changed: 5 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.27 1998-05-06 02:23:32 ijacobs Exp $ -->
3+
<!-- $Id: page.src,v 2.28 1998-05-08 16:27:21 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Paged media</TITLE>
@@ -134,8 +134,10 @@ area is '0'.
134134
<p>The <a href="#page-context">page context</a> has no notion of
135135
fonts, so 'em' and 'ex' units are not allowed. Percentage values on
136136
the margin properties are relative to the dimensions of the <a
137-
href="#page-box">page box</a>. All other units associated with the
138-
respective CSS2 properties are allowed.
137+
href="#page-box">page box</a>; for left and right margins, they refer
138+
to page box width while for top and bottom margins, they refer to page
139+
box height. All other units associated with the respective CSS2
140+
properties are allowed.
139141

140142
<P>Due to negative margin values (either on the page box or on
141143
elements) or <a href="visuren.html#absolute-positioning">absolute

0 commit comments

Comments
 (0)