11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: page.src,v 2.14 1998-03-17 05:19:01 ijacobs Exp $ -->
3+ <!-- $Id: page.src,v 2.15 1998-03-17 08:04:30 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Paged media</TITLE>
@@ -20,7 +20,7 @@ as follows:</p>
2020
2121<ol>
2222<li>The <a href="#page-box">page
23- box</a> extends the <a href="visuren .html#box-model">box
23+ box</a> extends the <a href="box .html#box-model">box
2424model</a> to allow authors to specify the size of a page, its margins,
2525etc.
2626
@@ -68,18 +68,18 @@ embedded areas:</p>
6868name="page-area"><dfn>page area</dfn></a></span>. The page
6969area includes the boxes laid out on that page.
7070The edges of the page area act as a <a
71- href="visudet .html#containing-block">containing block</a> for layout
71+ href="visuren .html#containing-block">containing block</a> for layout
7272that occurs between page breaks. It also acts as the <a
73- href="visudet .html#initial-containing-block">initial containing
73+ href="visuren .html#initial-containing-block">initial containing
7474block</a>.
75- <li>The margin area (see the <a href="visuren .html#box-margin-area">
75+ <li>The margin area (see the <a href="box .html#box-margin-area">
7676margin area</a> of the box model).
7777</ul>
7878
7979<div class="note"><P>
8080<em><strong>Note.</strong> In CSS2, the <a
81- href="./visudet .html#border-properties">border properties</a> and <a
82- href="./visudet .html#padding-properties">padding properties</a>
81+ href="./box .html#border-properties">border properties</a> and <a
82+ href="./box .html#padding-properties">padding properties</a>
8383do not apply to pages; they may in the future.
8484</em>
8585</div>
@@ -112,7 +112,7 @@ For example, the following @page rule sets the margins of the page to 2cm.
112112
113113<h3><a name="page-margins">Page margins</a></h3>
114114
115- <P>The <a href="visudet .html#margin-properties">margin properties</a>
115+ <P>The <a href="box .html#margin-properties">margin properties</a>
116116(<span class="propinst-margin-top">'margin-top'</span>, <span
117117class="propinst-margin-right">'margin-right'</span>, <span
118118class="propinst-margin-bottom">'margin-bottom'</span>, <span
@@ -191,7 +191,7 @@ target size so if the target sheet dimensions are
191191property create an absolute page box. If only one length value is
192192specified, it sets both the width and height of the page box (i.e.,
193193the box is a square). Since the page box is the <a
194- href="visudet .html#initial-containing-block">initial containing
194+ href="visuren .html#initial-containing-block">initial containing
195195block</a>, percentage values are not allowed for the <span
196196class="propinst-size">'size'</span> property.
197197
0 commit comments