Percentage width vs position, display, and float

Line wrapping is not honored for inline elements inside containers given a percentage width and taken out of the normal display:block flow or converted to inline-block.

Baseline (correct)

float: left

display: inline-block

position: absolute

position: fixed