Images 💾

Last commit ⭐

commit a0f3e2c9a2b82117aa7c1a3444ad0d31baa070d5
Author:     Andreas Kling <kling@serenityos.org>
AuthorDate: Thu Sep 29 13:22:52 2022 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Thu Sep 29 20:10:12 2022 +0200

    LibWeb: Never claim that flex containers create a BFC
    
    If a flex item is itself a flex container, we were previously lying when
    asked if the item created a BFC. It creates an FFC, so stop lying about
    this in FormattingContext::creates_block_formatting_context().