mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
The float-aware rich-text layout was resetting curX for every block formatting context, including inline-blocks. That made consecutive action buttons overlap. The reset is now limited to block-level BFCs; inline-blocks retain normal cursor advancement. Added: - An always-on deferred CSS regression covering inline anchors, inline-block siblings, and float exclusions. - Strict action-row and title/domain ordering checks in the opt-in Reddit visual smoke test. - A small CSS fixture reproducing Reddit’s layout rules.