text-decoration-skip-ink: value;
object.style.textDecorationSkipInk = "value";
<'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.