Skip to main content

box_float

Function box_float 

Source
pub(crate) fn box_float(b: &LayoutBox<'_>) -> &'static str
Expand description

要素の float 値。“left” / “right”(物理方向は direction に関わらず不変)に加え、 CSS Logical Properties の inline-start/inline-end(direction に応じて left/right へ解決される)にも対応する。それ以外は “none” 扱い。