Skip to content

Commit 04f87ed

Browse files
committed
[css-grid-1][css-grid-2] Clarify animation type of grid-auto-* w3c#9440
1 parent 6b167e6 commit 04f87ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-grid-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2367,7 +2367,7 @@ Implicit Track Sizing: the 'grid-auto-rows' and 'grid-auto-columns' properties</
23672367
Inherited: no
23682368
Percentages: see [[#track-sizing|Track Sizing]]
23692369
Computed value: see [[#track-sizing|Track Sizing]]
2370-
Animation type: by computed value type
2370+
Animation type: if the list lengths match, by computed value type per item; discrete otherwise
23712371
</pre>
23722372

23732373
The 'grid-auto-columns' and 'grid-auto-rows' properties specify

css-grid-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@ Implicit Track Sizing: the 'grid-auto-rows' and 'grid-auto-columns' properties</
25282528
Inherited: no
25292529
Percentages: see [[#track-sizing|Track Sizing]]
25302530
Computed value: see [[#track-sizing|Track Sizing]]
2531-
Animation type: by computed value type
2531+
Animation type: if the list lengths match, by computed value type per item; discrete otherwise
25322532
</pre>
25332533

25342534
The 'grid-auto-columns' and 'grid-auto-rows' properties specify

0 commit comments

Comments
 (0)