File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ Author-defined Identifiers: the <<custom-ident>> type</h3>
427427 For example, the shorthand declaration ''animation: ease-in ease-out''
428428 is equivalent to the longhand declarations
429429 ''animation-timing-function: ease-in; animation-name: ease-out;'' .
430- ''ease-in'' is claimed by the <<single- timing-function>> production belonging to 'animation-timing-function' ,
430+ ''ease-in'' is claimed by the <<timing-function>> production belonging to 'animation-timing-function' ,
431431 leaving ''ease-out'' to be claimed by the <<custom-ident>> production belonging to 'animation-name' .
432432 </div>
433433
Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ Author-defined Identifiers: the <<custom-ident>> type</h3>
417417 For example, the shorthand declaration ''animation: ease-in ease-out''
418418 is equivalent to the longhand declarations
419419 ''animation-timing-function: ease-in; animation-name: ease-out;'' .
420- ''ease-in'' is claimed by the <<single- timing-function>> production belonging to 'animation-timing-function' ,
420+ ''ease-in'' is claimed by the <<timing-function>> production belonging to 'animation-timing-function' ,
421421 leaving ''ease-out'' to be claimed by the <<custom-ident>> production belonging to 'animation-name' .
422422 </div>
423423
You can’t perform that action at this time.
0 commit comments