1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
2
<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 $ -->
4
4
<HEAD>
5
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
6
<TITLE>Visual formatting model details</TITLE>
@@ -134,7 +134,7 @@ class="propinst-width">'width'</span> property</H2>
134
134
135
135
<P> This property specifies the <a
136
136
href="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.
138
138
139
139
<P>This property does not apply to non-replaced <a
140
140
href="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
147
147
shorted by the presence of <a href="visuren.html#floats">floats</a>.
148
148
149
149
<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'.
152
152
153
153
<P>Values have the following meanings:</P>
154
154
@@ -220,7 +220,7 @@ class="propinst-margin-left">'margin-left'</span> or <span
220
220
class="propinst-margin-right">'margin-right'</span> becomes a computed
221
221
value of '0'. A specified value of 'auto' for <span
222
222
class="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.
224
224
225
225
<h3>Block-level, non-replaced elements in normal flow</h3>
226
226
@@ -268,7 +268,7 @@ their computed values are equal.
268
268
class="propinst-right">'right'</span> are 'auto', their computed value
269
269
is 0. If <span class="propinst-width">'width'</span> is specified as
270
270
'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
272
272
'auto', its computed value is given by the <a
273
273
href="#width-constraints">constraints</a> above. Furthermore, if both
274
274
margins are 'auto', their computed values are equal.
@@ -289,7 +289,7 @@ class="propinst-right">'right'</span>, <span
289
289
class="propinst-margin-left">'margin-left'</span> or <span
290
290
class="propinst-margin-right">'margin-right'</span> are specified as
291
291
'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.
293
293
294
294
<h3><a name="abs-non-replaced-width">Absolutely positioned, non-replaced elements</a></h3>
295
295
@@ -363,13 +363,13 @@ and solve for that value.
363
363
<h3>Absolutely positioned, replaced elements</h3>
364
364
365
365
<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
367
367
sequence of substitutions is now:</p>
368
368
369
369
<ol>
370
370
<li>If <span class="propinst-width">'width'</span> is 'auto',
371
371
substitute the element's <a
372
- href="#intrinsic-width ">intrinsic</a> width.
372
+ href="conform.html #intrinsic">intrinsic</a> width.
373
373
374
374
<li>If <span class="propinst-left">'left'</span>
375
375
has the value 'auto' while <span
@@ -490,7 +490,7 @@ class="propinst-height">'height'</span> property</H2>
490
490
491
491
<P> This property specifies the <a
492
492
href="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.
494
494
495
495
<P>This property does not apply to non-replaced <a
496
496
href="visuren.html#inline-level">inline-level</a> elements. The
@@ -500,7 +500,7 @@ class="propinst-line-height">'line-height'</span> value.
500
500
501
501
<!--
502
502
<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
504
504
agent if the value of this property is different than 'auto'.
505
505
-->
506
506
@@ -576,7 +576,7 @@ class="propinst-margin-top">'margin-top'</span>, or <span
576
576
class="propinst-margin-bottom">'margin-bottom'</span> are 'auto',
577
577
their computed value is 0. If <span
578
578
class="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.
580
580
581
581
<H3>Block-level, non-replaced elements in normal flow, and
582
582
floating, non-replaced elements</H3>
@@ -644,12 +644,12 @@ value.
644
644
<H3>Absolutely positioned, replaced elements</H3>
645
645
646
646
<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
648
648
sequence of substitutions is now:
649
649
650
650
<ol>
651
651
<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>
653
653
height.
654
654
655
655
<li>If <span class="propinst-top">'top'</span> has the value 'auto',
@@ -828,7 +828,7 @@ generated inline box.
828
828
href="visuren.html#inline-level">inline-level</a> element, it
829
829
specifies the <em>exact</em> height of each box generated by the
830
830
element. (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
832
832
height of the box is given by the <span
833
833
class="propinst-height">'height'</span> property.)
834
834
0 commit comments