This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

Computed value
:

Animatable
No

CSS Object Model Property
:

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

Attributions