Skip to content

Commit bebe887

Browse files
committed
[css-writing-modes] Clarified baseline of upright glyphs
1 parent cb39878 commit bebe887

2 files changed

Lines changed: 129 additions & 0 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,6 +1641,23 @@ Line-relative Directions</h3>
16411641
</div>
16421642
</div>
16431643

1644+
<div class="note">
1645+
<div class="sidefigure">
1646+
<p><img src="vertical-upright-baseline.svg"
1647+
alt="Baseline of an upright glyph is drawn vertically from the top center"
1648+
width=80>
1649+
<p class="caption">Vertical baseline of an upright glyph
1650+
</div>
1651+
When ''text-orientation: upright'',
1652+
the baseline is still vertical,
1653+
and the vertical baseline in the font is used,
1654+
or vertical baseline is synthesized if the font does not provide.
1655+
<p>
1656+
Since the baseline is vertical,
1657+
the definitions for ''sideways-right'' still applies; i.e.,
1658+
<a>line-over</a> is on right, and <a>line-under</a> is on left.
1659+
</div>
1660+
16441661
<h3 id="logical-to-physical">
16451662
Abstract-to-Physical Mappings</h3>
16461663

Lines changed: 112 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)