diff --git a/css-transitions-1/Overview.bs b/css-transitions-1/Overview.bs index b1235da6fba..2f4085cb800 100644 --- a/css-transitions-1/Overview.bs +++ b/css-transitions-1/Overview.bs @@ -403,6 +403,24 @@ Value Definitions {#values} transition-delay.
+
+ Order is also important within each transition definition for distinguishing
+ <
+ For example, a parsed value from ''transition: ease-in ease-out'' (where + ''transition-timing-function'' is ''transition-timing-function/ease-in'' and + ''transition-property'' is 'ease-out') must not be serialized as + ''transition: ease-out ease-in'' (where the ''transition-timing-function'' would be + ''transition-timing/ease-out'' and the ''transition-property'' would be ''ease-in''). +
+
If there is more than one <