Skip to content

Commit 5592c68

Browse files
committed
[css2] Changed page box to page area.
This is a correction to issue 77 from http://wiki.csswg.org/spec/css2.1 See also http://lists.w3.org/Archives/Member/w3c-css-wg/2008OctDec/0099.html --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402865
1 parent 1e68ced commit 5592c68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/visuren.src

Lines changed: 2 additions & 2 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: visuren.src,v 2.148 2008-12-02 18:50:38 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.149 2008-12-03 13:45:11 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -1388,7 +1388,7 @@ are similar to <a href="colors.html#background-properties">fixed
13881388
background images</a>. For <a href="page.html">paged media</a>, boxes
13891389
with fixed positions are repeated on every page. This is useful for
13901390
placing, for instance, a signature at the bottom of each page.
1391-
Boxes with fixed position that are larger than the page box are
1391+
Boxes with fixed position that are larger than the page area are
13921392
clipped. Parts of the fixed position box that are not visible in the
13931393
initial containing block will not print.
13941394
</p>

0 commit comments

Comments
 (0)