Skip to content

Commit 9fe5029

Browse files
committed
[css-align-3] Fix reference, typo. #5802
1 parent a50d91e commit 9fe5029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-align-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ Inline-Axis (or Main-Axis) Alignment: the 'justify-self' property</h3>
13311331
<tr>
13321332
<th><a>Alignment Container</a>
13331333
<td>
1334-
The block's <a>containing block</a>,
1334+
The box's <a>containing block</a>,
13351335
except that for block-level elements that establish a <a>block formatting context</a>
13361336
and are placed next to a float,
13371337
the <a>alignment container</a> is reduced by the space taken up by the float,
@@ -2367,7 +2367,7 @@ Appendix A: Static Position Terminology</h2>
23672367
<dd>
23682368
The <a>static position rectangle</a> of the child of a <a>flex container</a>
23692369
corresponds to the <a>content edges</a> of the <a>flex container</a>.
2370-
See <a href="https://www.w3.org/TR/css-flexbox-1/#abspos-items">static position of a grid container child</a> in [[!CSS-FLEXBOX-1]].
2370+
See [[!css-flexbox-1#abspos-items]].
23712371

23722372
<dt>Grid Layout
23732373
<dd>

0 commit comments

Comments
 (0)