We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69b21a commit 0ec8e31Copy full SHA for 0ec8e31
1 file changed
css-position-3/Overview.bs
@@ -710,7 +710,9 @@ Absolute (and Fixed) Positioning</h3>
710
If only one [=inset property=] in a given axis is ''top/auto'',
711
it is set to zero.
712
If both [=inset properties=] in a given axis are ''top/auto'', then,
713
- depending on the box’s [=self-alignment property=] in the relevant axis:
+ depending on the box’s [=self-alignment property=] in the relevant axis
714
+ (treating ''align-self/normal'' as ''align-self/start''
715
+ and any [=distributed alignment|distributed=], [=baseline alignment|baseline=], or ''align-self/stretch'' alignment value as its fallback alignment):
716
717
<dl class=switch>
718
<dt>for ''align-self/self-start'' alignment or its equivalent
0 commit comments