Skip to content

Commit bb5d888

Browse files
committed
[css-properties-values-api] HTML entities in Animation Behavior section.
1 parent 8c8e3d8 commit bb5d888

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-properties-values-api/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -690,15 +690,15 @@ custom property values [=interpolate=] [=by computed value=],
690690
in accordance with the type that they parsed as.
691691

692692
Note: This implies that a list of values,
693-
such as `<color>+` or `<color>#`,
693+
such as `&lt;color>+` or `&lt;color>#`,
694694
will interpolate as a simple list,
695695
matching up each component index-by-index,
696696
and failing if the number of components doesn't match.
697697

698698
As an exception to the above rule,
699-
a value that parsed as a `<transform-list>`,
700-
a `<transform-function>`,
701-
or a `<transform-function>+`
699+
a value that parsed as a `&lt;transform-list>`,
700+
a `&lt;transform-function>`,
701+
or a `&lt;transform-function>+`
702702
instead interpolates as per the 'transform' property.
703703

704704
Note: If,

0 commit comments

Comments
 (0)