Images 💾

Last commit ⭐

commit 1b5b7e3b0196f404446521fceff4b63a08419ead
Author:     Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
AuthorDate: Wed Nov 16 03:57:38 2022 +0300
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Wed Nov 16 03:10:26 2022 +0100

    LibWeb: Solve width for absolute positioned elemenent according to spec
    
    https://www.w3.org/TR/css-position-3/#abs-non-replaced-width
    If left and width are auto and right is not auto, then
    the width is shrink-to-fit. Then solve for left.