Skip to content

Commit 1b795c2

Browse files
birtlesfantasai
authored andcommitted
[css-values-3][css-values-4] Replace references to single-timing-function with timing-function
See w3c#2028 and 720c191.
1 parent cab2453 commit 1b795c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-values-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

css-values-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)