Skip to content

Commit

Permalink
[css-grid-1][css-grid-2] Clarify animation type of grid-auto-* #9440
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Oct 30, 2023
1 parent 6b167e6 commit 04f87ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2367,7 +2367,7 @@ Implicit Track Sizing: the 'grid-auto-rows' and 'grid-auto-columns' properties</
Inherited: no
Percentages: see [[#track-sizing|Track Sizing]]
Computed value: see [[#track-sizing|Track Sizing]]
Animation type: by computed value type
Animation type: if the list lengths match, by computed value type per item; discrete otherwise
</pre>

The 'grid-auto-columns' and 'grid-auto-rows' properties specify
Expand Down
2 changes: 1 addition & 1 deletion css-grid-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2528,7 +2528,7 @@ Implicit Track Sizing: the 'grid-auto-rows' and 'grid-auto-columns' properties</
Inherited: no
Percentages: see [[#track-sizing|Track Sizing]]
Computed value: see [[#track-sizing|Track Sizing]]
Animation type: by computed value type
Animation type: if the list lengths match, by computed value type per item; discrete otherwise
</pre>

The 'grid-auto-columns' and 'grid-auto-rows' properties specify
Expand Down

0 comments on commit 04f87ed

Please sign in to comment.