SerenityOS build: Thursday, February 29
Images 💾⌗
- serenity-x86_64-20240229-4646a87.img.gz (Raw image, 218.34 MiB)
Last commit ⭐⌗
commit 4646a87eba9fb8d518e7641b2ecf6df5cc95545e
Author: Tim Ledbetter <timledbetter@gmail.com>
AuthorDate: Wed Feb 28 18:00:25 2024 +0000
Commit: Andreas Kling <kling@serenityos.org>
CommitDate: Wed Feb 28 22:14:58 2024 +0100
LibWeb: Make `CSSConditionRule.conditionText` read-only
Previously @media rule conditions could be updated by assigning to
`conditionText`. This change aligns our implementation with the CSSOM
specification, which says `CSSConditionRule.conditionText` should be
read-only.
Other builds