11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: visudet.src,v 2.40 1998-04-30 23:42:42 ijacobs Exp $ -->
3+ <!-- $Id: visudet.src,v 2.41 1998-05-03 16:12:05 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Visual formatting model details</TITLE>
@@ -134,7 +134,7 @@ class="propinst-width">'width'</span> property</H2>
134134
135135<P> This property specifies the <a
136136href="box.html#content-width">content width</a> of boxes generated by
137- block-level and replaced elements.
137+ block-level and <a href="conform.html# replaced-element">replaced</a> elements.
138138
139139<P>This property does not apply to non-replaced <a
140140href="visuren.html#inline-level">inline-level</a> elements. The width
@@ -147,8 +147,8 @@ href="visuren.html#containing-block">containing block</a>, but may be
147147shorted by the presence of <a href="visuren.html#floats">floats</a>.
148148
149149<P>The width of a replaced element's box is <a
150- name=" intrinsic-width ">intrinsic</a> and may be scaled by the user
151- agent if the value of this property is different than 'auto'.
150+ href="conform.html# intrinsic">intrinsic</a> and may be scaled by the
151+ user agent if the value of this property is different than 'auto'.
152152
153153<P>Values have the following meanings:</P>
154154
@@ -220,7 +220,7 @@ class="propinst-margin-left">'margin-left'</span> or <span
220220class="propinst-margin-right">'margin-right'</span> becomes a computed
221221value of '0'. A specified value of 'auto' for <span
222222class="propinst-width">'width'</span> gives the element's <a
223- href="#intrinsic-width ">intrinsic</a> width as the computed value.
223+ href="conform.html #intrinsic">intrinsic</a> width as the computed value.
224224
225225<h3>Block-level, non-replaced elements in normal flow</h3>
226226
@@ -268,7 +268,7 @@ their computed values are equal.
268268class="propinst-right">'right'</span> are 'auto', their computed value
269269is 0. If <span class="propinst-width">'width'</span> is specified as
270270'auto', its value is the element's <a
271- href="#intrinsic-width ">intrinsic</a> width. If one of the margins is
271+ href="conform.html #intrinsic">intrinsic</a> width. If one of the margins is
272272'auto', its computed value is given by the <a
273273href="#width-constraints">constraints</a> above. Furthermore, if both
274274margins are 'auto', their computed values are equal.
@@ -289,7 +289,7 @@ class="propinst-right">'right'</span>, <span
289289class="propinst-margin-left">'margin-left'</span> or <span
290290class="propinst-margin-right">'margin-right'</span> are specified as
291291'auto', their computed value is '0'. If 'width' is 'auto', its value
292- is the element's <a href="#intrinsic-width ">intrinsic</a> width.
292+ is the element's <a href="conform.html #intrinsic">intrinsic</a> width.
293293
294294<h3><a name="abs-non-replaced-width">Absolutely positioned, non-replaced elements</a></h3>
295295
@@ -363,13 +363,13 @@ and solve for that value.
363363<h3>Absolutely positioned, replaced elements</h3>
364364
365365<P>This situation is similar to the previous one, except that the
366- element has an <a href="#intrinsic-width ">intrinsic</a> width. The
366+ element has an <a href="conform.html #intrinsic">intrinsic</a> width. The
367367sequence of substitutions is now:</p>
368368
369369<ol>
370370<li>If <span class="propinst-width">'width'</span> is 'auto',
371371substitute the element's <a
372- href="#intrinsic-width ">intrinsic</a> width.
372+ href="conform.html #intrinsic">intrinsic</a> width.
373373
374374<li>If <span class="propinst-left">'left'</span>
375375has the value 'auto' while <span
@@ -490,7 +490,7 @@ class="propinst-height">'height'</span> property</H2>
490490
491491<P> This property specifies the <a
492492href="box.html#content-height">content height</a> of boxes generated
493- by block-level and replaced elements.
493+ by block-level and <a href="conform.html# replaced-element">replaced</a> elements.
494494
495495<P>This property does not apply to non-replaced <a
496496href="visuren.html#inline-level">inline-level</a> elements. The
@@ -500,7 +500,7 @@ class="propinst-line-height">'line-height'</span> value.
500500
501501<!--
502502<P>The height of a replaced element's box is <a
503- name=" intrinsic-height ">intrinsic</a> and may be scaled by the user
503+ href="conform.html# intrinsic">intrinsic</a> and may be scaled by the user
504504agent if the value of this property is different than 'auto'.
505505-->
506506
@@ -576,7 +576,7 @@ class="propinst-margin-top">'margin-top'</span>, or <span
576576class="propinst-margin-bottom">'margin-bottom'</span> are 'auto',
577577their computed value is 0. If <span
578578class="propinst-height">'height'</span> is 'auto', the computed value
579- is the intrinsic height.
579+ is the <a href="conform.html# intrinsic">intrinsic</a> height.
580580
581581<H3>Block-level, non-replaced elements in normal flow, and
582582floating, non-replaced elements</H3>
@@ -644,12 +644,12 @@ value.
644644<H3>Absolutely positioned, replaced elements</H3>
645645
646646<p>This situation is similar to the previous one, except that the
647- element has an <a href="#intrinsic-width ">intrinsic</a> height. The
647+ element has an <a href="conform.html #intrinsic">intrinsic</a> height. The
648648sequence of substitutions is now:
649649
650650<ol>
651651<li>If <span class="propinst-height">'height'</span> is 'auto',
652- substitute the element's <a href="#intrinsic-width ">intrinsic</a>
652+ substitute the element's <a href="conform.html #intrinsic">intrinsic</a>
653653height.
654654
655655<li>If <span class="propinst-top">'top'</span> has the value 'auto',
@@ -828,7 +828,7 @@ generated inline box.
828828href="visuren.html#inline-level">inline-level</a> element, it
829829specifies the <em>exact</em> height of each box generated by the
830830element. (Except for inline <a
831- href="conform.html#replaced-element">replaced elements </a>, where the
831+ href="conform.html#replaced-element">replaced</a> elements , where the
832832height of the box is given by the <span
833833class="propinst-height">'height'</span> property.)
834834
0 commit comments