mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Propagate descendant float exclusions through non-BFC HTML containers so floats participate in their nearest block formatting context. Finalize line geometry before translating propagated exclusions, track finalized lines incrementally, and search successive float bands when a fixed-width inline-block does not fit beside active floats. Recognize inline-block elements as block formatting contexts while preserving their fixed width. Reuse persistent float-exclusion storage across relayouts to avoid repeated allocations. Add SS64 regressions covering narrow viewports, HiDPI rendering, stacked floats, anchor sizing, SVG sizing, and footer overlap. Fixed `cursor: pointer`, `pointer` was not registered.