Images 💾

Last commit ⭐

commit 767cdf7b113a07749521d3b220f2e83b85295a1b
Author:     Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
AuthorDate: Sat Nov 19 05:11:38 2022 +0300
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Sun Nov 20 21:54:39 2022 +0100

    LibWeb: Return content box position from calculate_static_position
    
    This change makes calculate_static_position to return content box
    for both x and y (at least for the case when children are not inline).
    It makes it possible to be consistent about x and y when calculating
    box offset inside layout_absolutely_positioned_element.