box-line-progression
Summary
Do not use. This property has been replaced by the flex-wrap property.
Gets or sets a value that specifies the direction to add successive rows or columns when the value of box-lines is set to multiple.
Overview table
- Initial value
single
- Applies to
- box elements
- Inherited
- No
- Media
- visual
- Animatable
- No
Syntax
box-line-progression: normal
box-line-progression: reverse
Values
- normal
- Default.
Successive rows or columns of child elements flow in the direction specified by the writing-mode and -ms-box-lines properties.
- reverse
- Successive rows or columns of child elements flow in the reverse direction specified by the writing-mode and box-lines properties.
Usage
Do not use. This property has been replaced by the flex-wrap property.
Gets or sets a value that specifies the direction to add successive rows or columns when the value of box-lines is set to multiple.
See also
Related pages
- CSSStyleDeclarationCSSStyleDeclaration
- currentStylecurrentStyle
- stylestyle
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]