From a2c384aa02ebe54230708fef867e0ee32f201a39 Mon Sep 17 00:00:00 2001 From: fantasai Date: Tue, 15 Jun 2021 14:13:27 -0700 Subject: [PATCH] [css-grid-1] Note that absorbing positive free space means auto margins disable self-alignment. --- css-grid-1/Overview.bs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css-grid-1/Overview.bs b/css-grid-1/Overview.bs index f43fc297305..66f16e4eba0 100644 --- a/css-grid-1/Overview.bs +++ b/css-grid-1/Overview.bs @@ -3559,7 +3559,9 @@ Aligning with auto margins
  • ''margin/auto'' margins absorb positive free space - prior to alignment via the box alignment properties. + prior to alignment via the box alignment properties, + thereby disabling the effects of any [=self-alignment properties=] + in that axis.
  • Overflowing elements ignore their ''margin/auto'' margins