You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>The user agent selects the value which corresponds to the language of the text. Western languages would default to ''alphabetic'', CJK languages to ''ideographic'', and some Indic languages to ''hanging''. </dd>
431
+
431
432
<dt>alphabetic</dt>
432
433
<dd>As described above, the cap height of the initial letter aligns with the cap height of the first line of text. The baseline of the initial letter aligns with the baseline of the Nth text baseline.</dd>
433
434
434
435
<dt>hanging</dt>
435
436
<dd>The hanging baseline of the initial letter aligns with the hanging baseline of the first line of text. </dd>
436
437
437
438
<dt>ideographic</dt>
438
-
<dd>The initial letter is centered in the N-line area. </dd>
439
+
<dd>The initial letter is centered in the N-line area.
440
+
441
+
<dt>margin-box</dt>
442
+
<dd>Uses the <a>line-over</a> and <a>line-under</a> margin edges
443
+
as the <a>over</a> and <a>under</a> alignment points, respectively.
444
+
445
+
<dt>content-box</dt>
446
+
<dd>Uses the <a>line-over</a> and <a>line-under</a> content edges
447
+
as the <a>over</a> and <a>under</a> alignment points, respectively.
448
+
(In most cases, these will correspond to
449
+
the <a>over</a> and <a>under</a> edges of the glyph bounding box.)
439
450
</dl>
440
451
441
452
<p class="issue">Input from those knowledgeable about non-Western typographic traditions would be very helpful in describing the appropriate alignments. More values may be required for this property.</p>
<dd>The user agent selects the value which corresponds to the language of the text. Western languages would default to <aclass="css" data-link-type="maybe" href="#valdef-dominant-baseline-alphabetic">alphabetic</a>, CJK languages to <spanclass="css">ideographic</span>, and some Indic languages to <aclass="css" data-link-type="maybe" href="#valdef-dominant-baseline-hanging">hanging</a>.
930
930
931
+
931
932
<dt>alphabetic
932
933
933
934
<dd>As described above, the cap height of the initial letter aligns with the cap height of the first line of text. The baseline of the initial letter aligns with the baseline of the Nth text baseline.
0 commit comments