Skip to content

Commit f3e5bdd

Browse files
committed
[css-position-3] Fix cross-ref
1 parent f2e24e6 commit f3e5bdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-position-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -671,17 +671,17 @@ Absolute Positioning</h3>
671671
If both [=inset properties=] in a given axis are ''top/auto'', then,
672672
depending on the box’s [=self-alignment property=] in the relevant axis:
673673
<dl class=switch>
674-
<dt>for ''align-self/self-start'' alignment or its equivalent
674+
<dt>for ''<self-position>/self-start'' alignment or its equivalent
675675
<dd>
676676
Set its start-edge [=inset property=] to the static position,
677677
and its end-edge [=inset property=] to zero.
678678

679-
<dt>for ''align-self/self-end'' alignment or its equivalent
679+
<dt>for ''<self-position>/self-end'' alignment or its equivalent
680680
<dd>
681681
Set its end-edge [=inset property=] to the static position,
682682
and its start-edge [=inset property=] to zero.
683683

684-
<dt>for ''align-self/center'' alignment
684+
<dt>for ''<self-position>/center'' alignment
685685
<dd>
686686
Let <var>start distance</var> be the distance from
687687
the center of its [=static position rectangle=]

0 commit comments

Comments
 (0)