Skip to content

Commit 29227be

Browse files
committed
[css-inline] Make sure not to regress SVG coordinate placement of text in vertical writing modes.
1 parent fd68a2e commit 29227be

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

css-inline/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ Dominant Baselines: the 'dominant-baseline' property</h3>
7272
when 'text-orientation' is ''sideways'', ''sideways-right'', or ''sideways-left''.
7373
equivalent to ''dominant-baseline/central'' in <i>vertical writing modes</i>
7474
when 'text-orientation' is ''mixed'' or ''upright''.
75+
76+
In SVG text, the origin point of glyphs is always handled as for ''dominant-baseline/central''
77+
in <a>vertical writing modes</a>.
7578

7679
<dt><dfn>text-bottom</dfn>
7780
<dd>

0 commit comments

Comments
 (0)