@@ -2056,20 +2056,20 @@ Percentages In 'gap' Properties</h3>
2056
2056
When this size is definite,
2057
2057
the behavior is well-defined
2058
2058
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,
2060
2060
'gap' does as well:
2061
2061
2062
2062
: In Grid Layout
2063
2063
::
2064
2064
<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
2066
2066
for determining intrinsic size contributions,
2067
2067
but resolve against the box’s content box
2068
2068
when laying out the box’s contents.
2069
2069
2070
2070
: In Flex Layout
2071
2071
::
2072
- [=Cyclic percentages =] resolve against zero in all cases.
2072
+ [=Cyclic percentage sizes =] resolve against zero in all cases.
2073
2073
2074
2074
<h3 id='gap-legacy'>
2075
2075
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>
2202
2202
use the baseline table from the font settings and <a>first available font</a> of that box,
2203
2203
and align that baseline set to the given single baseline.
2204
2204
2205
- If a box that [= participates in baseline alignment=]
2205
+ If a box that participates in [= baseline alignment=]
2206
2206
has no [=baseline set=] ,
2207
2207
then its [=alignment baseline=] is [=synthesized=]
2208
2208
according to the rules of the [=formatting context=] in which it participates.
@@ -2332,7 +2332,7 @@ Appendix A: Static Position Terminology</h2>
2332
2332
on an <a href="https://www.w3.org/TR/CSS2/visuren.html#absolutely-positioned">absolutely positioned box</a> ,
2333
2333
CSS2 uses its <a>static position</a>
2334
2334
to resolve its size and position.
2335
- See [[css2#abs-non-replaced-width]] .
2335
+ See [[css2/ #abs-non-replaced-width]] .
2336
2336
The <a>box alignment properties</a> modify these calculations,
2337
2337
just as they do the sizing and positioning calculations in other layout modes.
2338
2338
These modifications refer to a <dfn>static position rectangle</dfn> ,
0 commit comments