Skip to content

Commit 0ec8e31

Browse files
committed
[css-position-3] Clarify how the distributed/baseline/normal alignments are handled. w3c#6607
1 parent c69b21a commit 0ec8e31

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css-position-3/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,9 @@ Absolute (and Fixed) Positioning</h3>
710710
If only one [=inset property=] in a given axis is ''top/auto'',
711711
it is set to zero.
712712
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:
713+
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):
714716

715717
<dl class=switch>
716718
<dt>for ''align-self/self-start'' alignment or its equivalent

0 commit comments

Comments
 (0)