monks/line_break
The line-break CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.
Values
pub const anywhere: #(String, String)
- : There is a soft wrap opportunity around every typographic character unit, including around any punctuation character or preserved white spaces, or in the middle of words, disregarding any prohibition against line breaks, even those introduced by characters with the GL, WJ, or ZWJ character class or mandated by the {{cssxref(“word-break”)}} property. The different wrapping opportunities must not be prioritized. Hyphenation is not applied.
pub const loose: #(String, String)
- : Break text using the least restrictive line break rule. Typically used for short lines, such as in newspapers.
pub const revert_layer: #(String, String)
pub const strict: #(String, String)
- : Break text using the most stringent line break rule.