@@ -90,7 +90,7 @@ Line Decoration: Underline, Overline, and Strike-Through</h2>
9090 When specified on or propagated to a <a>ruby container</a> ,
9191 the decorations are propagated only to the <a>ruby base</a> .
9292 For all other box types,
93- the decorations are propagated to all in-flow children.
93+ the decorations are propagated to all [= in-flow=] children.
9494
9595 <p class="note">
9696 Note that text decorations are not propagated to any out-of-flow descendants,
@@ -103,25 +103,27 @@ Line Decoration: Underline, Overline, and Strike-Through</h2>
103103 and are drawn across all text (including white space, letter spacing, and word spacing)
104104 except spacing (white space, letter spacing, and word spacing) at the beginning and end of a line.
105105 <a>Atomic inlines</a> , such as images and inline blocks, are not decorated.
106- Margins, borders, and padding of the <i> decorating box</i> are always skipped,
106+ Margins, borders, and padding of the [= decorating box=] are always skipped,
107107 however the margins, border, and padding of descendant <a>inline boxes</a> are not.
108108
109109 <p class='note'>
110110 Note that CSS 2.1 required skipping margins, borders, and padding always.
111- In Level 3 and beyond, by default only the margins, borders, and padding of the <i> decorating box</i> are skipped.
111+ In Level 3 and beyond, by default
112+ only the margins, borders, and padding of the [=decorating box=]
113+ are skipped.
112114 In the future CSS2.1 may be updated to match this new default.
113115
114- Relatively positioning a descendant moves all text decorations
116+ [= Relatively positioning=] a descendant moves all text decorations
115117 applied to it along with the descendant's text; it does not affect
116118 calculation of the decoration's initial position on that line.
117119 The 'visibility' property, 'text-shadow' , filters, and other graphical transformations
118120 likewise affect text decorations as part of the text they're drawn on,
119121 even if the decorations were specified on an ancestor box,
120122 and do not affect the calculation of their initial positions or thicknesses.
121- (In the case of line decorations drawn over an atomic inline
122- or across the margins/borders/padding of a non-replaced inline box,
123+ (In the case of line decorations drawn over an [= atomic inline=]
124+ or across the margins/borders/padding of a [= non-replaced=] [= inline box=] ,
123125 they are analogously associated with the affected atomic inline / non-replaced inline box
124- rather than with the <i> decorating box</i> .)
126+ rather than with the [= decorating box=] .)
125127
126128 <div class="example">
127129 In the following style sheet and document fragment:
0 commit comments