HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

text-decoration-skip-ink

Description

The text-decoration-skip-ink property for CSS controls how overlines and underlines are drawn when they cross over a glyph.

Syntax

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

Examples

1 · auto

2 · none

3 · all

4 · JS