Skip to content

Commit 2af18d0

Browse files
committed
[css-position-3][editorial] Be less specific about conditions so they don't confusingly overlap with preceding ones. #6580
1 parent 470e2b2 commit 2af18d0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

css-position-3/Overview.bs

+2-6
Original file line numberDiff line numberDiff line change
@@ -892,17 +892,13 @@ Automatic Sizes of Absolutely-Positioned Boxes</h3>
892892

893893
<dl class=switch>
894894
: If its [=self-alignment property=] in the relevant axis is ''align-self/stretch''
895-
: If it is ''align-self/normal''
895+
: Or if it is ''align-self/normal''
896896
and the box is [=non-replaced=]
897897
and has no ''inset/auto'' [=inset property|inset=] in the relevant axis
898898
::
899899
Its [=automatic size=] is its [=stretch-fit size=].
900900

901-
: If its [=self-alignment property=] in the relevant axis is not ''align-self/stretch''
902-
: If it is ''align-self/normal''
903-
and the box is [=replaced=]
904-
: If it is ''align-self/normal''
905-
and has at least one ''inset/auto'' [=inset property|inset=] in the relevant axis
901+
: Otherwise
906902
::
907903
Its [=automatic size=] is its [=fit-content size=].
908904
</dl>

0 commit comments

Comments
 (0)