From 2af18d0e4a06536a28ad5f562077734ae2737da8 Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Wed, 27 Oct 2021 10:47:43 -0700 Subject: [PATCH] [css-position-3][editorial] Be less specific about conditions so they don't confusingly overlap with preceding ones. #6580 --- css-position-3/Overview.bs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/css-position-3/Overview.bs b/css-position-3/Overview.bs index b05191df504..ec59d7314a1 100644 --- a/css-position-3/Overview.bs +++ b/css-position-3/Overview.bs @@ -892,17 +892,13 @@ Automatic Sizes of Absolutely-Positioned Boxes
: If its [=self-alignment property=] in the relevant axis is ''align-self/stretch'' - : If it is ''align-self/normal'' + : Or if it is ''align-self/normal'' and the box is [=non-replaced=] and has no ''inset/auto'' [=inset property|inset=] in the relevant axis :: Its [=automatic size=] is its [=stretch-fit size=]. - : If its [=self-alignment property=] in the relevant axis is not ''align-self/stretch'' - : If it is ''align-self/normal'' - and the box is [=replaced=] - : If it is ''align-self/normal'' - and has at least one ''inset/auto'' [=inset property|inset=] in the relevant axis + : Otherwise :: Its [=automatic size=] is its [=fit-content size=].