line-break
Summary
Deprecated. Gets or sets line-breaking rules for text in selected languages such as Japanese, Chinese, and Korean.
Overview table
- Initial value
auto
- Applies to
- All elements
- Inherited
- Yes
- Media
- visual
- Computed value
- specified value
- Animatable
- No
Syntax
Values
- normal
- Default. Normal line-breaking mode is applied.
- strict
- Stricter line-breaking rules are enforced.
Notes
Remarks
This property is deprecated. It is replaced by the -ms-word-break property starting in Windows Internet Explorer 7.
See also
Related articles
Text
Related pages
- CSSStyleDeclarationCSSStyleDeclaration
- currentStylecurrentStyle
- runtimeStyleruntimeStyle
- stylestyle
- -ms-word-break-ms-word-break
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]