CSS -ms-text-autospace Property Reference

The CSS -ms-text-autospace property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -ms-text-autospace Property Reference

The CSS -ms-text-autospace property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-ms-text-autospace overview

The CSS -ms-text-autospace property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

-ms-text-autospace formal syntax
FieldValue
Formal syntaxnone | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space
Initial valuenone
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMicrosoft Extensions
StatusNonstandard

Practical examples

These declarations demonstrate valid ways to set -ms-text-autospace. The initial and inherit global keywords remain available even when a property-specific value is preferable.

-ms-text-autospace live example
CSS .reset-example { -ms-text-autospace: initial; } .inherit-example { -ms-text-autospace: inherit; } @supports (-ms-text-autospace: initial) { .supported { -ms-text-autospace: initial; } }

Description

The CSS -ms-text-autospace property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -ms-text-autospace
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies