From 60766db29f1118ac29b8312aa92f27574a060ee2 Mon Sep 17 00:00:00 2001 From: VAN BOSSUYT Nicolas Date: Mon, 4 Nov 2024 10:08:27 +0100 Subject: [PATCH] vaev-layout: Always display floating box for now? --- src/vaev-layout/block.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/vaev-layout/block.cpp b/src/vaev-layout/block.cpp index 31197e1..3afd574 100644 --- a/src/vaev-layout/block.cpp +++ b/src/vaev-layout/block.cpp @@ -32,8 +32,9 @@ struct BlockFormatingContext { }); for (auto &c : box.children()) { - if (c.style->float_ != Float::NONE) - continue; + // TODO: Implement floating + // if (c.style->float_ != Float::NONE) + // continue; Opt childInlineSize = NONE; if (c.style->sizing->width == Size::AUTO and