SerenityOS build: Wednesday, November 16
Images 💾⌗
- serenity-x86_64-20221116-1b5b7e3.img.gz (Raw image, 140.03 MiB)
- serenity-x86_64-20221116-1b5b7e3.vdi.gz (VirtualBox VDI, 139.7 MiB)
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.
Other builds