mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-28 02:17:42 +02:00
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)