css.properties

hyphenate-limit-chars

The hyphenate-limit-chars property specifies the minimum number of characters for hyphenation.

Formal Syntax

hyphenate-limit-chars = [ auto | <integer> ]{1,3}

See specification

JavaScript Access

// Access via element.style element.style.hyphenateLimitChars = "auto";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
hyphenate-limit-chars109137โ€”109
auto109137โ€”109

Related Properties