css.properties

text-decoration-skip

The text-decoration-skip property specifies what text decorations skip.

Experimental โ€” This feature is experimental and may change

Formal Syntax

text-decoration-skip = none | auto

See specification

JavaScript Access

// Access via element.style element.style.textDecorationSkip = "See individual properties";

Browser Support

experimental, standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
text-decoration-skip57โ€”12.1โ€”
autoโ€”โ€”7โ€”
noneโ€”โ€”7โ€”

Related Properties