Skip to content

Commit 48d5b78

Browse files
committed
[css-align-3] Fix bikeshed linking errors.
1 parent 691abda commit 48d5b78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-align-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@ Effects on Sizing of Absolutely Positioned Boxes with Static-Position Insets</h3
17241724
Note: The 'align-self'/'justify-self' properties
17251725
can also modify additional aspects of sizing:
17261726
for example, ''justify-self: stretch'' will replace
1727-
“shrink-to-fit” (<a>fit-content</a>) sizing into the <a>available space</a>
1727+
“shrink-to-fit” (<a lt="fit-content sizing">fit-content</a>) sizing into the <a>available space</a>
17281728
with <a>stretch-fit sizing</a> (consuming all of the <a>available space</a>).
17291729
This is an independent effect from the available space adjustment here.
17301730

@@ -2222,7 +2222,7 @@ Appendix A: Static Position Terminology</h2>
22222222
CSS2 uses its <a>static position</a>
22232223
to resolve its size and position.
22242224
See [[css2#abs-non-replaced-width]].
2225-
The <a>alignment properties</a> modify these calculations,
2225+
The <a>box alignment properties</a> modify these calculations,
22262226
just as they do the sizing and positioning calculations in other layout modes.
22272227
These modifications refer to a <dfn>static position rectangle</dfn>,
22282228
whose edges represent the <a>static position</a> of the box
@@ -2237,7 +2237,7 @@ Appendix A: Static Position Terminology</h2>
22372237
The <a>static positions</a> of a <a>block-level box</a>
22382238
are defined in [[CSS2]] Chapter 10.
22392239
The <a>static position rectangle</a> is a zero-thickness rectangle spanning between
2240-
the inline-axis sides of the box’s <a>static position containing block</a>
2240+
the inline-axis sides of the box’s <a>static-position containing block</a>
22412241
(see <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">CSS2&sect;10.3.7</a>);
22422242
and positioned at its <a>block-start</a> <a>static position</a
22432243
(see <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">CSS2&sect;10.6.4).
@@ -2286,7 +2286,7 @@ Changes</h2>
22862286
<ul>
22872287
<li>Better definition of how the alignment properties interact with absolutely-positioned boxes with ''left/auto'' offsets.
22882288
See [[#justify-abspos]], [[#align-abspos]], [[#abspos-sizing]], and [[#staticpos-rect]].
2289-
<li>More detailed definition of how <a>content-alignment</a> works on <a>scroll containers</a>.
2289+
<li>More detailed definition of how the <a>content-distribution properties</a> work on <a>scroll containers</a>.
22902290
See [[#overflow-scroll-position]].
22912291
<li>Noted CSS2’s special rules about the baselines of inline-block <a>scroll containers</a>.
22922292
<li>Defined that percentage gaps compute against zero when calculating intrinsic sizes, and resolve during layout. (<a href="https://github.com/w3c/csswg-drafts/issues/509">Issue 509</a>)

0 commit comments

Comments
 (0)