11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: visuren.src,v 1.41 1997-11-25 23:51:48 ian Exp $ -->
3+ <!-- $Id: visuren.src,v 1.42 1997-11-26 00:04:22 ian Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Visual rendering model</TITLE>
1515
1616<H2>Introduction to the visual rendering model</H2>
1717
18- <P>The following sections describe how user agents construct a tree of
19- box <a href="process.html#renderobj"> rendering
20- objects</a>.
18+ <P>The following sections describe how user agents construct a
19+ rendering structure.
2120
2221<P>Most elements in the <a href="convent.html#doctree">document
2322tree</a> generate a corresponding box in the tree of rendering objects
@@ -59,12 +58,11 @@ differently for situations not covered in this specification.
5958
6059<H2><a name="box-model">Introduction to the box model</a></H2>
6160
62- <P>The CSS box model describes the box <a
63- href="process.html#renderobj">rendering object</a>. This object is
64- characterized in particular by three groups of properties: <a
65- href="#margin-properties">margin</a>, <a
66- href="#padding-properties">padding</a>, and <a
67- href="#border-properties">border</a>, described below.
61+ <P>The CSS box model describes the box rendering object. This object
62+ is characterized in particular by three groups of properties: <a
63+ href="flowobj2.html#margin-properties">margin</a>, <a
64+ href="flowobj2.html#padding-properties">padding</a>, and <a
65+ href="flowobj2.html#border-properties">border</a>, described below.
6866
6967<P>For information on the <em>layout</em> of boxes, please consult the
7068section on the <a href="#flow-model">visual flow model</a>.
@@ -87,9 +85,9 @@ padding:</P>
8785<P>The width (resp., height) of the <EM>box</EM> is given by the sum
8886of the content width (resp., height), the padding, the border, and the
8987margin. The size of the margin, border and padding are set with the
90- <a href="#margin-properties">margin</a>, <a
91- href="#padding-properties">padding</a>, and <a
92- href="#border-properties">border</a> properties, respectively.
88+ <a href="flowobj2.html #margin-properties">margin</a>, <a
89+ href="flowobj2.html #padding-properties">padding</a>, and <a
90+ href="flowobj2.html #border-properties">border</a> properties, respectively.
9391
9492<P>The width of the <EM>element</EM> is the width of the content,
9593i.e., the distance between left inner edge and right inner edge. The
0 commit comments