Images 💾

Last commit ⭐

commit 9c20df1684ab32448da0cd7cb9d6e143ae1550d2
Author:     Adam Harald Jørgensen <58829763+adamjoer@users.noreply.github.com>
AuthorDate: Wed Aug 28 16:47:30 2024 +0200
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Fri Oct 11 21:15:26 2024 -0400

    LibWeb: Set correct longhand values when using grid-placement shorthand
    
    According to https://www.w3.org/TR/css-grid-2/#placement-shorthands
    when setting the 'grid-row' and 'grid-column' shorthand property to a
    single <custom-ident> value, both 'grid-row-start'/'grid-column-start'
    and 'grid-row-end'/'grid-column-end' should be set to that
    <custom_ident>.
    
    (cherry picked from commit 3e92ec80f3873bb81cbc8b0dc93bb3a6a145172c)