Skip to content

Commit 110e720

Browse files
committed
Fix propinst-* links from CSS2. (date: 2004/12/14 20:39:16)
1 parent 56de4cd commit 110e720

1 file changed

Lines changed: 8 additions & 17 deletions

File tree

css3-linebox/Overview.src.html

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ <h3 id="InlineFormatting">Inline formatting context</h3>
218218
contains. However, it may be taller than the tallest box it contains (if, for
219219
example, boxes are aligned so that baselines line up). The alignment of boxes
220220
within a line box is determined by the
221-
<span class="propinst-vertical-align"><span style="background-position: 0% 0%">
222-
<a href="#baseline">baseline alignment</a></span></span> properties.</p>
221+
<a href="#baseline">baseline alignment</a> properties.</p>
223222
<p>In general, when several inline boxes cannot fit within a single line box,
224223
they are distributed among two or more block-progression stacked line boxes. The
225224
exact wrapping of inline boxes at the line ending edge is determined by several
@@ -448,8 +447,7 @@ <h3 id="InlineBoxHeight">Line height adjustment: the
448447
is defined as the d</span>ifference between the block-progression dimension as
449448
determined by the 'text-height' property and the computed value
450449
of
451-
<a class="noxref" href="http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-line-height">
452-
<span class="propinst-line-height">'line-height'</span></a>. Half the leading is
450+
<span class="property">'line-height'</span>. Half the leading is
453451
called the <span class="index-def" title="half-leading"><em><a name="x16">
454452
half-leading</a></em></span>, each half-leading is
455453
located before and after the block-progression dimension of the element.
@@ -571,23 +569,18 @@ <h3 id="InlineBoxHeight">Line height adjustment: the
571569
</div>
572570
<p>When an element contains text that is rendered in more than one font, user
573571
agents should determine the
574-
<a class="noxref" href="http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-line-height">
575-
<span class="propinst-line-height">'line-height'</span></a> value according to
572+
<span class="property">'line-height'</span> value according to
576573
the largest font size (when appropriate). </p>
577574
<p>Note that replaced elements have a
578-
<a class="noxref" href="http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font-size">
579-
<span class="propinst-font-size">'font-size'</span></a> and a
580-
<a class="noxref" href="http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-line-height">
581-
<span class="propinst-line-height">'line-height'</span></a> property, even if
575+
<span class="property">'font-size'</span> and a
576+
<span class="property">'line-height'</span> property, even if
582577
they are not used directly to determine the extended block-progression dimension of the box: 'em' and 'ex'
583578
values are relative to values of 'font-size' and percentage values for
584-
<a class="noxref" href="http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-vertical-align">
585-
<span class="propinst-vertical-align">'vertical-align'</span></a> are relative
579+
<span class="property">'vertical-align'</span> are relative
586580
to values of the extended block-progression dimension. <span class="issue">[LDB: The second part of this sentence is a significant change from CSS2, and also doesn't mauke senes in the context of the sentence.]</span></p>
587581

588582
<p>When the
589-
<a class="noxref" href="http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-line-height">
590-
<span class="propinst-line-height">'line-height'</span></a> value is less than
583+
<span class="property">'line-height'</span> value is less than
591584
the font size, the final inline box extended block-progression dimension will be less than the font size and
592585
the rendered glyphs will &quot;bleed&quot; outside the box. If such a box touches the edge
593586
of a line box, the rendered glyphs will also &quot;bleed&quot; into the adjacent line box.</p>
@@ -2209,9 +2202,7 @@ <h3 id="vertical-align-prop">Vertical
22092202
class="value-inst-percentage"><strong>&lt;percentage&gt;</strong></span></a></span>
22102203

22112204
<dd>Raise (positive value) or lower (negative value) the box by this distance
2212-
(a percentage of the computed <a class="noxref"
2213-
href="/TR/REC-CSS2/visudet.html#propdef-line-height"><span
2214-
class="propinst-line-height">'line-height'</span></a> of the element). The
2205+
(a percentage of the computed <span class="property">'line-height'</span> of the element). The
22152206
value '0%' means the same as 'baseline'.
22162207

22172208
<dt><span class="index-inst" id="ltlengthgt" title="&lt;length&gt;"><a

0 commit comments

Comments
 (0)