Skip to content

Commit a75c5a0

Browse files
committed
[css-inline-3] Define central baseline in reference to already-defined text-under/text-over baselines.
1 parent 0b65c9c commit a75c5a0

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

css-inline-3/Overview.bs

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Baseline Metrics</h3>
228228
<dt><dfn lt="x-middle baseline" local-lt="x-middle">x-middle</dfn>
229229
<dd>
230230
Corresponds to halfway between
231-
the [=alphabetic=] and [=x-height=] metrics.
231+
the [=alphabetic=] and [=x-height=] baselines.
232232

233233
<dt><dfn lt="ideographic-over baseline" local-lt="ideographic-over">ideographic-over</dfn>
234234
<dd>
@@ -242,13 +242,6 @@ Baseline Metrics</h3>
242242
the [=line-under=] design edge of CJK (Han/Hangul/Kana) text.
243243
Assigned <code>ideo</code> in OpenType.
244244

245-
<dt><dfn lt="central baseline" local-lt="central">central</dfn>
246-
<dd>
247-
Corresponds to halfway between
248-
...
249-
250-
ISSUE: [ the [=ideographic-over=] and [=ideographic-under=] baselines | the ascender and descender edges of the em box ] ?
251-
252245
<dt><dfn lt="ideographic-ink-over baseline" local-lt="ideographic-ink-over">ideographic-ink-over</dfn>
253246
<dd>
254247
Corresponds to the [=line-over=] ink edge of CJK (Han/Hangul/Kana) text.
@@ -281,6 +274,15 @@ Baseline Metrics</h3>
281274
<dd>
282275
Corresponds to the metric used as the [=line-under=] edge
283276
of an [=inline box|inline=]’s [=content box=] per [[CSS2]].
277+
278+
279+
<dt><dfn lt="central baseline" local-lt="central">central</dfn>
280+
<dd>
281+
Corresponds to halfway between
282+
the [=text-under=] and [=text-over=] baselines.
283+
284+
ISSUE(5177): This is the default baseline in [=vertical writing modes=].
285+
Can we make it interoperable? Or do we need another value that is?
284286
</dl>
285287

286288
Note: These metrics are optical design metrics,

0 commit comments

Comments
 (0)