css.properties

text-autospace

Automatically adjusts spacing between text elements.

Formal Syntax

text-autospace = normal | <autospace> | auto <autospace> = no-autospace | [ ideograph-alpha || ideograph-numeric || punctuation ] || [ insert | replace ]

See specification

JavaScript Access

// Access via element.style element.style.textAutospace = "normal";

Browser Support

standard | MDN · Spec

FeatureChromeFirefoxSafariEdge
text-autospace14014518.4140
auto14518.4
ideograph-alpha14518.4
ideograph-numeric14518.4
insert145
no-autospace14014518.4140
normal14014518.4140
punctuation
replace

Related Properties