CSS text-decoration-skip-ink property
Description
CSS text-decoration-skip-ink represents whether text decoration lines skip the glyphs or cross over them.
Syntax
text-decoration-ink-skip : none | auto
Property values
autoDefault
-
The text decoration lines skip over glyphs.
text-decoration-ink-skip: auto;
none
-
text decoration lines cross the glyphs continuously without skipping even when they cross the glyphs within text.
text-decoration-ink-skip: none;
Applicable to
It applies to all elements
From web4college, the free CSS digger
#CSS digger
Was this article helpful?
Why are we learning text-decoration-skip-ink
▾