SerenityOS build: Wednesday, June 07
Images 💾⌗
- serenity-x86_64-20230607-0c2fcff.img.gz (Raw image, 183.65 MiB)
Last commit ⭐⌗
commit 0c2fcffba3583931ae79eb5b7aa21cf5c1440528
Author: Andreas Kling <kling@serenityos.org>
AuthorDate: Tue Jun 6 21:09:32 2023 +0200
Commit: Andreas Kling <kling@serenityos.org>
CommitDate: Wed Jun 7 06:29:59 2023 +0200
LibWeb: Make text-shadow inherited in CSS::ComputedValues
CSS text-shadow is an inherited property, so we have to make sure it's
part of the inherited substructure in ComputedValues, otherwise it gets
incorrectly reset in children.
Other builds