Skip to content

Commit 113bcbe

Browse files
committed
[css-inline-3] Add 1em distance to ideographic heuristics.
1 parent 75621ec commit 113bcbe

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

css-inline-3/Overview.bs

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2672,13 +2672,20 @@ Appendix A: Synthesizing Alignment Metrics</h2>
26722672

26732673
<ol>
26742674
<li>
2675-
The [=central baseline=] is expected to be
2675+
The [=central baseline=] is defined to be
26762676
halfway between the [=ideographic-over=] and [=ideographic-under=] baselines,
26772677
so any two of these determines the third.
26782678
<li>
2679-
In CJK fonts the [=ascent=] and [=descent=] often match
2679+
The [=ideographic-over=] and [=ideographic-under=] baselines
2680+
are typically ''1em'' apart,
2681+
so if only one of the
2682+
[=ideographic-over=]/[=ideographic-under=]/[=ideograph-central=]
2683+
baselines are provided,
2684+
this relation can be used to calculate the other two.
2685+
<li>
2686+
In CJK fonts the [=ascent=] and [=descent=] typically match
26802687
the [=ideographic-over=] and [=ideographic-under=] baselines,
2681-
so can be used as a fallback when those values are missing.
2688+
so can be used as a fallback when both are missing.
26822689
</ol>
26832690

26842691
<dt>Measure the font

0 commit comments

Comments
 (0)