Skip to content

Commit 50e60d0

Browse files
committed
[css-align-3][editorial] fix linking errors
1 parent 3617510 commit 50e60d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-align-3/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,20 +2056,20 @@ Percentages In 'gap' Properties</h3>
20562056
When this size is definite,
20572057
the behavior is well-defined
20582058
and consistent across layout modes.
2059-
But since different layout modes treat [=cyclic percentages=] for items/tracks/etc differently,
2059+
But since different layout modes treat [=cyclic percentage sizes=] for items/tracks/etc differently,
20602060
'gap' does as well:
20612061

20622062
: In Grid Layout
20632063
::
20642064
<a href="https://www.w3.org/TR/css-sizing-3/#percentage-sizing">As in the min size properties and margins/paddings</a> [[CSS-SIZING-3]],
2065-
[=cyclic percentages=] resolve against zero
2065+
[=cyclic percentage sizes=] resolve against zero
20662066
for determining intrinsic size contributions,
20672067
but resolve against the box’s content box
20682068
when laying out the box’s contents.
20692069

20702070
: In Flex Layout
20712071
::
2072-
[=Cyclic percentages=] resolve against zero in all cases.
2072+
[=Cyclic percentage sizes=] resolve against zero in all cases.
20732073

20742074
<h3 id='gap-legacy'>
20752075
Legacy Gap Properties: the 'grid-row-gap', 'grid-column-gap', and 'grid-gap' properties</h3>
@@ -2202,7 +2202,7 @@ Determining the Baselines of a Box</h2>
22022202
use the baseline table from the font settings and <a>first available font</a> of that box,
22032203
and align that baseline set to the given single baseline.
22042204

2205-
If a box that [=participates in baseline alignment=]
2205+
If a box that participates in [=baseline alignment=]
22062206
has no [=baseline set=],
22072207
then its [=alignment baseline=] is [=synthesized=]
22082208
according to the rules of the [=formatting context=] in which it participates.
@@ -2332,7 +2332,7 @@ Appendix A: Static Position Terminology</h2>
23322332
on an <a href="https://www.w3.org/TR/CSS2/visuren.html#absolutely-positioned">absolutely positioned box</a>,
23332333
CSS2 uses its <a>static position</a>
23342334
to resolve its size and position.
2335-
See [[css2#abs-non-replaced-width]].
2335+
See [[css2/#abs-non-replaced-width]].
23362336
The <a>box alignment properties</a> modify these calculations,
23372337
just as they do the sizing and positioning calculations in other layout modes.
23382338
These modifications refer to a <dfn>static position rectangle</dfn>,

0 commit comments

Comments
 (0)