Skip to content

Commit

Permalink
[css-position-3][editorial] Be less specific about conditions so they…
Browse files Browse the repository at this point in the history
… don't confusingly overlap with preceding ones. #6580
  • Loading branch information
tabatkins committed Oct 27, 2021
1 parent 470e2b2 commit 2af18d0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions css-position-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -892,17 +892,13 @@ Automatic Sizes of Absolutely-Positioned Boxes</h3>

<dl class=switch>
: 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=].
</dl>
Expand Down

0 comments on commit 2af18d0

Please sign in to comment.