Skip to content

Commit dfb1beb

Browse files
committed
[css-inline] Clarifications to dominant-baseline: auto
1 parent 9386def commit dfb1beb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

css-inline/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,12 @@ Dominant Baselines: the 'dominant-baseline' property</h3>
7373
Equivalent to ''dominant-baseline/alphabetic'' in <a>horizontal writing modes</a>
7474
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 <a>vertical writing modes</a>
76+
Equivalent to ''dominant-baseline/central'' in <a>vertical writing modes</a>
7777
when 'text-orientation' is ''mixed'' or ''upright''.
7878

79-
In SVG text, the origin point of glyphs is always handled as for ''dominant-baseline/central''
79+
However, in SVG text, the origin point of glyphs
80+
(used for coordinate-based glyph positioning)
81+
is always handled as for ''dominant-baseline/central''
8082
in <a>vertical writing modes</a>.
8183

8284
<dt><dfn>text-bottom</dfn>

0 commit comments

Comments
 (0)