From f9062ad5d1447c533b4a346c07c8dc132e1b2424 Mon Sep 17 00:00:00 2001 From: Sebastian Zartner Date: Fri, 29 Aug 2025 00:43:32 +0200 Subject: [PATCH] [css-align-3][editorial] Fixed incorrect "Applies to" lines for place-* shorthands --- css-align-3/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-align-3/Overview.bs b/css-align-3/Overview.bs index 3d06f9b04cb..295a782656e 100644 --- a/css-align-3/Overview.bs +++ b/css-align-3/Overview.bs @@ -1157,7 +1157,7 @@ Content-Distribution Shorthand: the 'place-content' property Name: place-content Value: <<'align-content'>> <<'justify-content'>>? Initial: normal - Applies to: block containers, flex containers, and grid containers + Applies to: see individual properties Inherited: no Percentages: n/a Computed value: see individual properties @@ -1764,7 +1764,7 @@ Self-Alignment Shorthand: the 'place-self' property Name: place-self Value: <<'align-self'>> <<'justify-self'>>? Initial: auto - Applies to: block-level boxes, absolutely-positioned boxes, and grid items + Applies to: see individual properties Inherited: no Percentages: n/a Computed value: see individual properties