CSS -ms-hyphenate-limit-chars Property Reference

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

CSS -ms-hyphenate-limit-chars Property Reference

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

Updated 2026-08-12

-ms-hyphenate-limit-chars overview

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

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

-ms-hyphenate-limit-chars formal syntax
FieldValue
Formal syntaxauto | <integer>{1,3}
Initial valueauto
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMicrosoft Extensions
StatusNonstandard

Practical examples

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

-ms-hyphenate-limit-chars live example
CSS .reset-example { -ms-hyphenate-limit-chars: initial; } .inherit-example { -ms-hyphenate-limit-chars: inherit; } @supports (-ms-hyphenate-limit-chars: initial) { .supported { -ms-hyphenate-limit-chars: initial; } }

Description

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

References

  1. MDN: -ms-hyphenate-limit-chars
  2. MDN: CSS Properties Reference

Similar or alternative tools

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