Skip to content

Commit c338eae

Browse files
committed
[css-align-3] Fix links
1 parent 96257ac commit c338eae

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
@@ -1379,7 +1379,7 @@ Inline-Axis (or Main-Axis) Alignment: the 'justify-self' property</h3>
13791379
<th>''justify-self/normal'' Behavior
13801380
<td>
13811381
The box lays out according to the default rules for block layout
1382-
(see [[CSS2#visudet]]).
1382+
(see [[CSS2/visudet#Computing_widths_and_margins]]).
13831383
<tr>
13841384
<th>Other Details
13851385
<td>
@@ -2381,7 +2381,7 @@ Appendix A: Static Position Terminology</h2>
23812381
on an <a href="https://www.w3.org/TR/CSS2/visuren.html#absolutely-positioned">absolutely positioned box</a>,
23822382
CSS2 uses its <a>static position</a>
23832383
to resolve its size and position.
2384-
See [[css2/#abs-non-replaced-width]].
2384+
See [[css2/visudet#abs-non-replaced-width]].
23852385
The <a>box alignment properties</a> modify these calculations,
23862386
just as they do the sizing and positioning calculations in other layout modes.
23872387
These modifications refer to a <dfn>static-position rectangle</dfn>,

0 commit comments

Comments
 (0)