Images 💾

Last commit ⭐

commit 0e8a0a819107d5bd252030fdad68131540b7bcc3
Author:     Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
AuthorDate: Thu Jul 27 23:31:42 2023 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Fri Jul 28 05:29:43 2023 +0200

    LibWeb: Add support for "display: contents"
    
    This change makes tree builder omit elements with "display: contents"
    from the layout tree during construction. Their child elements are
    instead directly appended to the parent element in layout tree.