Skip to content

Commit 4c2df39

Browse files
committed
[css-grid] Fix animatable line
1 parent f00491e commit 4c2df39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ Track Sizing: the 'grid-template-rows' and 'grid-template-columns' properties</h
991991
Percentages: refer to corresponding dimension of the content area
992992
Media: visual
993993
Computed value: As specified, with lengths made absolute
994-
Animatable: as a <a href="http://www.w3.org/TR/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a> components
994+
Animatable: as a <a href="http://www.w3.org/TR/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a>, provided the only differences are the values of the <a href="http://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a> components in the list
995995
</pre>
996996

997997
These properties specify,

0 commit comments

Comments
 (0)