css.properties

text-underline-offset

The text-underline-offset property specifies the offset of text underlines.

Formal Syntax

auto | <length-percentage>

See specification

JavaScript Access

// Access via element.style
element.style.textUnderlineOffset = 'auto';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
text-underline-offset877012.187
auto877012.187
percentage877418.287

Related Properties