@@ -218,8 +218,7 @@ <h3 id="InlineFormatting">Inline formatting context</h3>
218218contains. However, it may be taller than the tallest box it contains (if, for
219219example, boxes are aligned so that baselines line up). The alignment of boxes
220220within 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,
224223they are distributed among two or more block-progression stacked line boxes. The
225224exact wrapping of inline boxes at the line ending edge is determined by several
@@ -448,8 +447,7 @@ <h3 id="InlineBoxHeight">Line height adjustment: the
448447is defined as the d</ span > ifference between the block-progression dimension as
449448determined by the 'text-height' property and the computed value
450449of
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
453451called the < span class ="index-def " title ="half-leading "> < em > < a name ="x16 ">
454452half-leading</ a > </ em > </ span > , each half-leading is
455453located 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
573571agents 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
576573the 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
582577they are not used directly to determine the extended block-progression dimension of the box: 'em' and 'ex'
583578values 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
586580to 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
591584the font size, the final inline box extended block-progression dimension will be less than the font size and
592585the rendered glyphs will "bleed" outside the box. If such a box touches the edge
593586of a line box, the rendered glyphs will also "bleed" into the adjacent line box.</ p >
@@ -2209,9 +2202,7 @@ <h3 id="vertical-align-prop">Vertical
22092202class ="value-inst-percentage "> < strong > <percentage></ 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
22152206value '0%' means the same as 'baseline'.
22162207
22172208< dt > < span class ="index-inst " id ="ltlengthgt " title ="<length> "> < a
0 commit comments