Style.PositionSourceCSS position property controlling normal flow participation.
The position property determines whether a node's position is computed by the normal layout flow or positioned relative to its final layout position or parent container.
to_string position converts position to its CSS string representation.
compare a b returns a comparison result for use in ordered containers.
The ordering is Relative < Absolute.
pp fmt position prints position to the formatter fmt.