Skip to content

Commit 1bd6e25

Browse files
authored
[css-sizing-3] Define min|max-width|height with animation type (#8420)
1 parent 14aa31c commit 1bd6e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-sizing-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Minimum Size Properties: the 'min-width' and 'min-height' properties</h4>
393393
Inherited: no
394394
Percentages: relative to width/height of <a>containing block</a>
395395
Computed Value: as specified, with <<length-percentage>> values computed
396-
Animatable: by computed value, recursing into ''min-width/fit-content()''
396+
Animation Type: by computed value, recursing into ''min-width/fit-content()''
397397
</pre>
398398

399399
The 'min-width' and 'min-height' properties specify
@@ -415,7 +415,7 @@ Maximum Size Properties: the 'max-width' and 'max-height' properties</h4>
415415
Inherited: no
416416
Percentages: relative to width/height of <a>containing block</a>
417417
Computed Value: as specified, with <<length-percentage>> values computed
418-
Animatable: by computed value, recursing into ''max-width/fit-content()''
418+
Animation Type: by computed value, recursing into ''max-width/fit-content()''
419419
</pre>
420420

421421
The 'max-width' and 'max-height' properties specify

0 commit comments

Comments
 (0)