File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
css-properties-values-api Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -690,15 +690,15 @@ custom property values [=interpolate=] [=by computed value=],
690690in accordance with the type that they parsed as.
691691
692692Note: This implies that a list of values,
693- such as `< color> +` or `< color> #`,
693+ such as `< color>+` or `< color>#`,
694694will interpolate as a simple list,
695695matching up each component index-by-index,
696696and failing if the number of components doesn't match.
697697
698698As 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 `< transform-list>`,
700+ a `< transform-function>`,
701+ or a `< transform-function>+`
702702instead interpolates as per the 'transform' property.
703703
704704Note: If,
You can’t perform that action at this time.
0 commit comments