css.properties

text-decoration-skip-ink

The text-decoration-skip-ink property specifies whether text decorations skip ink.

Formal Syntax

text-decoration-skip-ink = auto | none | all

See specification

JavaScript Access

// Access via element.style element.style.textDecorationSkipInk = "auto";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
text-decoration-skip-ink647015.479
allโ€”7515.4โ€”
auto647015.479
none647015.479

Related Properties