Expand description
Float layout per CSS 2.1 §9.5.1.
This module implements CSS float positioning, which removes elements from normal flow and positions them to the left or right side of their containing block. Subsequent content flows around the floated elements.
Structs§
- Float
Context - Tracks placed floats and provides exclusion zone queries.