You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-align-3/Overview.bs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1724,7 +1724,7 @@ Effects on Sizing of Absolutely Positioned Boxes with Static-Position Insets</h3
1724
1724
Note: The 'align-self'/'justify-self' properties
1725
1725
can also modify additional aspects of sizing:
1726
1726
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>
1728
1728
with <a>stretch-fit sizing</a> (consuming all of the <a>available space</a>).
1729
1729
This is an independent effect from the available space adjustment here.
1730
1730
@@ -2222,7 +2222,7 @@ Appendix A: Static Position Terminology</h2>
2222
2222
CSS2 uses its <a>static position</a>
2223
2223
to resolve its size and position.
2224
2224
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,
2226
2226
just as they do the sizing and positioning calculations in other layout modes.
2227
2227
These modifications refer to a <dfn>static position rectangle</dfn>,
2228
2228
whose edges represent the <a>static position</a> of the box
@@ -2237,7 +2237,7 @@ Appendix A: Static Position Terminology</h2>
2237
2237
The <a>static positions</a> of a <a>block-level box</a>
2238
2238
are defined in [[CSS2]] Chapter 10.
2239
2239
The <a>static position rectangle</a> is a zero-thickness rectangle spanning between
2240
-
the inline-axis sides of the box’s <a>staticposition containing block</a>
2240
+
the inline-axis sides of the box’s <a>static-position containing block</a>
2241
2241
(see <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">CSS2§10.3.7</a>);
2242
2242
and positioned at its <a>block-start</a><a>static position</a
2243
2243
(see <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-height">CSS2§10.6.4).
@@ -2286,7 +2286,7 @@ Changes</h2>
2286
2286
<ul>
2287
2287
<li>Better definition of how the alignment properties interact with absolutely-positioned boxes with ''left/auto'' offsets.
2288
2288
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>.
2290
2290
See [[#overflow-scroll-position]].
2291
2291
<li>Noted CSS2’s special rules about the baselines of inline-block <a>scroll containers</a>.
2292
2292
<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