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
<h3id="tracking-the-letter-spacing-property">7.2 <ahref="https://drafts.csswg.org/css-text-3/#letter-spacing-property">Tracking: the letter-spacing property</a></h3>
406
406
407
-
<p>Spotty Coverage.
407
+
<p>Incomplete Coverage.
408
408
409
409
<p>Missing tests:
410
410
411
411
<ul>
412
-
<li>applies to inlines
413
412
<li>is in addition to any word-spacing
414
413
<li>inherit lengths as absolute
415
414
<li><length> Specifies extra spacing in addition
416
415
<li>negative values are allowed
417
416
<li>For legacy reasons, a computed letter-spacing of zero yields a resolved value (getComputedStyle() return value) of normal.
418
-
<li>For the purpose of letter-spacing, each consecutive run of atomic inlines (such as images and inline blocks) is treated as a single typographic character unit.
419
417
<li>When the effective spacing between two characters is not zero (due to either justification or a non-zero value of letter-spacing), user agents should not apply optional ligatures
420
418
<li>However, ligatures and other font features specified via the low-level font-feature-settings property take precedence over this rule
0 commit comments