Images 💾

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.