CSS property: -webkit-box-ordinal-group
Description
Specifies a rough ordering of elements in a flexible box.
Elements with lower ordinal group values are displayed first.
This property applies only to flexible box layouts. For more information about flexible boxes, see http://www.w3.org/TR/css3-layout/.
Syntax
-webkit-box-ordinal-group: <group_number>;
Values
- <group_number>
The ordinal group number of the element. Integer, nonnegative value.