CSS
text-decoration-skip-ink: value;
JS
object.style.textDecorationSkipInk = "value";
Values
<'text-decoration-skip-ink'> = auto | none | all
auto
Automatically specified by the user agent.
none
User agents must draw continuous underlines and overlines, without interruptions when they cross over a glyph.
all
User agents must interrupt underlines and overlines where the line would cross glyph ink and to some distance to either side of the glyph outline.
Initial
auto
none
all
JS
Internal
External