Skip to content

Commit a95c082

Browse files
committed
[css2] Removed references to "page box" that doesn't exist in CSS 2.1
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401943
1 parent 509730e commit a95c082

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

css2/box.src

Lines changed: 4 additions & 8 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: box.src,v 1.25 2002-07-25 19:07:36 bbos Exp $ -->
3+
<!-- $Id: box.src,v 1.26 2002-08-19 14:50:23 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Box model</TITLE>
@@ -11,9 +11,7 @@
1111
<P>The CSS box model describes the rectangular boxes that are
1212
generated for elements in the <a href="conform.html#doctree">document
1313
tree</a> and laid out according to the <a href="visuren.html">visual formatting
14-
model</a>. The <A href="page.html">page box</A> is a special kind of
15-
box that is described in detail in the section on <A
16-
href="page.html">paged media</a>.
14+
model</a>.
1715

1816
<H2><a name="box-dimensions">Box dimensions</a></H2>
1917

@@ -200,11 +198,9 @@ value type, which may take one of the following values:</p>
200198
<dd>The percentage is calculated
201199
with respect to the <em>width</em> of the generated box's
202200
<a href="visuren.html#containing-block">containing block</a>.
203-
This is true for <span
201+
<span class="note">Note that this is true for <span
204202
class="propinst-margin-top">'margin-top'</span> and <span
205-
class="propinst-margin-bottom">'margin-bottom'</span>,
206-
except in the <a href="page.html#page-context">page context</a>,
207-
where percentages refer to page box height.
203+
class="propinst-margin-bottom">'margin-bottom'</span> as well.</span>
208204
<dt><strong>auto</strong>
209205
<dd>See the section on <a
210206
href="visudet.html#Computing_widths_and_margins">computing widths and

0 commit comments

Comments
 (0)