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
[css-inline] Remove 'hanging' keyword from 'initial-letter-align', since people argue that that it is not used (and Indic fonts seem to match up their hanging and cap-height baselines anyway?)
Value: auto | alphabetic | ideographic | margin-box | content-box
430
430
Initial: auto
431
431
Applies to: <code>::first-letter</code> pseudo elements and inline level first child of a block container
432
432
Inherited: no
@@ -443,9 +443,6 @@ Computed value: specified value
443
443
<dt>alphabetic</dt>
444
444
<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>
445
445
446
-
<dt>hanging</dt>
447
-
<dd>The hanging baseline of the initial letter aligns with the hanging baseline of the first line of text. </dd>
448
-
449
446
<dt>ideographic</dt>
450
447
<dd>The initial letter is centered in the N-line area.
<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.
968
968
969
969
970
-
<dt>hanging
971
-
972
-
<dd>The hanging baseline of the initial letter aligns with the hanging baseline of the first line of text.
973
-
974
-
975
970
<dt>ideographic
976
971
977
972
<dd>The initial letter is centered in the N-line area.
0 commit comments