@@ -70,10 +70,10 @@ Dominant Baselines: the 'dominant-baseline' property</h3>
70
70
<dl dfn-for=dominant-baseline dfn-type=value>
71
71
<dt> <dfn>auto</dfn>
72
72
<dd>
73
- Equivalent to ''dominant-baseline/alphabetic'' in <i > horizontal writing modes</i >
74
- and in <i > vertical writing modes</i >
73
+ Equivalent to ''dominant-baseline/alphabetic'' in <a >horizontal writing modes</a >
74
+ and in <a >vertical writing modes</a >
75
75
when 'text-orientation' is ''sideways'' , ''sideways-right'' , or ''sideways-left'' .
76
- equivalent to ''dominant-baseline/central'' in <i > vertical writing modes</i >
76
+ equivalent to ''dominant-baseline/central'' in <a >vertical writing modes</a >
77
77
when 'text-orientation' is ''mixed'' or ''upright'' .
78
78
79
79
In SVG text, the origin point of glyphs is always handled as for ''dominant-baseline/central''
@@ -161,7 +161,7 @@ Alignment Point: 'alignment-baseline' longhand</h4>
161
161
<dl dfn-for=alignment-baseline dfn-type=value>
162
162
<dt> <dfn>baseline</dfn>
163
163
<dd>
164
- Use the <i > dominant baseline</i > choice of the parent.
164
+ Use the <a >dominant baseline</a > choice of the parent.
165
165
Match the box's corresponding baseline to that of its parent.
166
166
167
167
<dt> <dfn>text-bottom</dfn>
@@ -194,7 +194,7 @@ Alignment Point: 'alignment-baseline' longhand</h4>
194
194
Match the top of the box to the top of the parent's content area.
195
195
</dl>
196
196
197
- For the following definitions, the <i > alignment subtree</i >
197
+ For the following definitions, the <a >alignment subtree</a >
198
198
is as defined in [[!CSS2]] .
199
199
200
200
<dl dfn-for=alignment-baseline dfn-type=value>
0 commit comments