Skip to content

Commit 2d6c0fd

Browse files
committed
[css-inline] Fix markup
1 parent ac37030 commit 2d6c0fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-inline/Overview.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ Dominant Baselines: the 'dominant-baseline' property</h3>
7070
<dl dfn-for=dominant-baseline dfn-type=value>
7171
<dt><dfn>auto</dfn>
7272
<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>
7575
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>
7777
when 'text-orientation' is ''mixed'' or ''upright''.
7878

7979
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>
161161
<dl dfn-for=alignment-baseline dfn-type=value>
162162
<dt><dfn>baseline</dfn>
163163
<dd>
164-
Use the <i>dominant baseline</i> choice of the parent.
164+
Use the <a>dominant baseline</a> choice of the parent.
165165
Match the box's corresponding baseline to that of its parent.
166166

167167
<dt><dfn>text-bottom</dfn>
@@ -194,7 +194,7 @@ Alignment Point: 'alignment-baseline' longhand</h4>
194194
Match the top of the box to the top of the parent's content area.
195195
</dl>
196196

197-
For the following definitions, the <i>alignment subtree</i>
197+
For the following definitions, the <a>alignment subtree</a>
198198
is as defined in [[!CSS2]].
199199

200200
<dl dfn-for=alignment-baseline dfn-type=value>

0 commit comments

Comments
 (0)