2024
2 featuresThe text-wrap: balance CSS declaration balances the length of each line when text is broken into multiple lines. Also known as headline balancing.
2023
1 featuresThe hyphenate-character CSS property sets the character or string to use at the end of a line before a line break.
2020
1 featuresThe line-break CSS property sets how strictly to apply rules for wrapping text to new lines, especially for symbols and punctuation.
2018
1 featuresThe overflow-wrap CSS property breaks a line of text onto multiple lines inside the targeted element in an otherwise unbreakable place to prevent overflow. The legacy property is word-wrap.
2015
1 featuresThe word-break CSS property sets how lines break within words.
Limited Availability
3 featuresThe hyphenate-limit-chars CSS property sets the number of characters in a word before it is hyphenated and the minimum number of characters on either side of the hyphen.
The text-wrap: pretty CSS declaration prioritizes better layout over speed when text is broken into multiple lines.
The word-break: auto-phrase CSS declaration specifies that wrapping should occur at natural phrase boundaries, especially in CJK languages.