Skip to content

Commit a15a863

Browse files
committed
[css2] changed "page box" to "page area" in section 10.1
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402710
1 parent b2a0b43 commit a15a863

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

css2/visudet.src

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: visudet.src,v 2.118 2007-04-24 18:12:46 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.119 2007-05-30 10:59:08 howcome Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model details</title>
@@ -44,8 +44,7 @@ inline-block ancestor box.
4444
</li>
4545
<li>If the element has 'position: fixed', the containing block is
4646
established by the <a href="visuren.html#viewport">viewport</a>
47-
in the case of continuous media or the <a
48-
href="page.html#page-box">page box</a> in the case of paged media
47+
in the case of continuous media or the page area in the case of paged media.
4948
</li>
5049
<li>If the element has 'position: absolute', the containing block is
5150
established by the nearest ancestor with a <span

0 commit comments

Comments
 (0)