CSS hyphenate-limit-chars Property Reference

The CSS hyphenate-limit-chars property is a standard property in CSS Text. Review its formal syntax, computed behavior, and practical declarations.

CSS hyphenate-limit-chars Property Reference

The CSS hyphenate-limit-chars property is a standard property in CSS Text. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

hyphenate-limit-chars overview

The CSS hyphenate-limit-chars property is a standard property in CSS Text. 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

hyphenate-limit-chars formal syntax
FieldValue
Formal syntax[ auto | <integer> ]{1,3}
Initial valueauto
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typebyComputedValueType
Mediavisual
Specification groupCSS Text
StatusStandard

Practical examples

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

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

Description

The CSS hyphenate-limit-chars property is a standard property in CSS Text. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: 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