Skip to content

Commit a7448f6

Browse files
committed
[css-sizing-4] Fix links
1 parent dec4d44 commit a7448f6

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

css-sizing-3/Overview.bs

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ Work Status: Refining
77
Group: csswg
88
ED: https://drafts.csswg.org/css-sizing-3/
99
TR: https://www.w3.org/TR/css-sizing-3/
10+
Issue Tracking: CSSWG GitHub https://github.com/w3c/csswg-drafts/issues
1011
Editor: Tab Atkins, Google, http://xanthir.com/contact/, w3cid 42199
1112
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1213
Previous version: https://www.w3.org/TR/2019/WD-css-sizing-3-20190522/
1314
Previous version: https://www.w3.org/TR/2018/WD-css-sizing-3-20180304/
1415
Previous version: https://www.w3.org/TR/2017/WD-css-sizing-3-20170207/
1516
Abstract: This module extends the CSS sizing properties with keywords that represent content-based "intrinsic" sizes and context-based "extrinsic" sizes, allowing CSS to more easily describe boxes that fit their content or fit into a particular layout context.
1617
Ignored Terms: content box, border box, non-replaced
18+
At Risk: Additions to 'column-width'
1719
</pre>
1820

1921
<pre class='link-defaults'>
@@ -347,7 +349,7 @@ Preferred Size Properties: the 'width' and 'height' properties</h4>
347349
Inherited: no
348350
Percentages: relative to width/height of <a>containing block</a>
349351
Computed Value: as specified, with <<length-percentage>> values computed
350-
Animation type: by computed value type, recursing into ''fit-content()''
352+
Animation type: by computed value type, recursing into ''width/fit-content()''
351353
</pre>
352354

353355
The 'width' and 'height' properties specify
@@ -366,7 +368,7 @@ Minimum Size Properties: the 'min-width' and 'min-height' properties</h4>
366368
Inherited: no
367369
Percentages: relative to width/height of <a>containing block</a>
368370
Computed Value: as specified, with <<length-percentage>> values computed
369-
Animatable: by computed value, recursing into ''fit-content()''
371+
Animatable: by computed value, recursing into ''min-width/fit-content()''
370372
</pre>
371373

372374
The 'min-width' and 'min-height' properties specify
@@ -388,7 +390,7 @@ Maximum Size Properties: the 'max-width' and 'max-height' properties</h4>
388390
Inherited: no
389391
Percentages: relative to width/height of <a>containing block</a>
390392
Computed Value: as specified, with <<length-percentage>> values computed
391-
Animatable: by computed value, recursing into ''fit-content()''
393+
Animatable: by computed value, recursing into ''max-width/fit-content()''
392394
</pre>
393395

394396
The 'max-width' and 'max-height' properties specify
@@ -1278,6 +1280,9 @@ Compressible Replaced Elements</h4>
12781280
<h2 class=no-num id="changes">
12791281
Changes</h2>
12801282

1283+
<h3 class=no-num id="changes-recent">
1284+
Recent Changes</h3>
1285+
12811286
<p>
12821287
Major changes since the <a href="https://www.w3.org/TR/2019/WD-css-sizing-3-20190522/">22 May 2019 Working Draft</a> include:
12831288

@@ -1289,11 +1294,11 @@ Changes</h2>
12891294
(<a href="https://github.com/w3c/csswg-drafts/issues/3973">Issue 3973</a>)
12901295

12911296
<li>
1292-
Switched intrinsic contribution of ''fit-content()''
1297+
Switched intrinsic contribution of ''width/fit-content()''
12931298
to treat its argument as that argument would be treated alone
12941299
for intrinsic contribution calculations
12951300
and resolve the fit-content formula accordingly,
1296-
rather than having special behavior for ''fit-content()'' resolution
1301+
rather than having special behavior for ''width/fit-content()'' resolution
12971302
when calculating intrinsic contributions.
12981303
(<a href="https://github.com/w3c/csswg-drafts/issues/3731">Issue 3731</a>)
12991304

@@ -1349,6 +1354,18 @@ Changes</h2>
13491354
'width', 'height', 'min-width', 'min-height', max-width', 'max-height', and 'box-sizing'.
13501355
</ul>
13511356

1357+
<h3 class=no-num id="changes-3">
1358+
Additions since CSS Level 2</h3>
1359+
1360+
<p>In addition to substantially more detail
1361+
to the various automatic and content-based sizing algorithms,
1362+
the following new features have been added since [[CSS2]]:
1363+
<ul>
1364+
<li>The 'box-sizing' property
1365+
<li>The ''width/min-content'', ''width/max-content'', ''width/stretch'', and ''width/fit-content()'' values of the [=sizing properties=].
1366+
<li>The ''min-width/auto'' initial value of the 'min-width' and 'min-height' properties.
1367+
</ul>
1368+
13521369
<h2 class=no-num id="acknowledgments">
13531370
Acknowledgments</h2>
13541371

0 commit comments

Comments
 (0)