Skip to content

Commit 588363b

Browse files
committed
[css-align-3][editorial] Fix links
1 parent 117089c commit 588363b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-align-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@ Inline-Axis (or Main-Axis) Self-Alignment: the 'justify-self' property</h3>
14531453
<th>''justify-self/normal'' Behavior
14541454
<td>
14551455
The box lays out according to the default rules for block layout
1456-
(see [[CSS2/visudet#Computing_widths_and_margins]]).
1456+
(see <a href="https://www.w3.org/TR/CSS2/visudet.html#Computing_widths_and_margins">CSS2.1&sect;10.3</a>).
14571457
<tr>
14581458
<th>Other Details
14591459
<td>
@@ -2452,7 +2452,7 @@ Appendix A: Static Position Terminology</h2>
24522452
on an <a href="https://www.w3.org/TR/CSS2/visuren.html#absolutely-positioned">absolutely positioned box</a>,
24532453
CSS2 uses its <a>static position</a>
24542454
to resolve its size and position.
2455-
See [[css2/visudet#abs-non-replaced-width]].
2455+
See <a href="https://www.w3.org/TR/CSS2/visudet.html#abs-non-replaced-width">CSS2.1&sect;10.3.7</a>.
24562456
The <a>box alignment properties</a> modify these calculations,
24572457
just as they do the sizing and positioning calculations in other layout modes.
24582458
These modifications refer to a <dfn>static-position rectangle</dfn>,

0 commit comments

Comments
 (0)