line-break
Controls how strictly the browser should apply line-breaking rules, especially for CJK (Chinese, Japanese, Korean) languages where certain characters shouldn't start or end a line.
Usage example
.japanese-text {
/* Ensures strict adherence to traditional line-breaking rules */
line-break: strict;
} Initial value
auto
Inherited
Yes
Applies to
allElements
Animation type
discrete
Values
autoloosenormalstrictanywhere line-break Browser Support
Widely available Since 2020 95% global usage
This feature is well established and works across many devices and browser versions. It has been available across browsers since 2020.
Safe to use without fallbacks.
58+
69+
11+
14+