File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2586,6 +2586,21 @@ an implicit value of 1 (fully opaque) is the default.
25862586 Serializing color-mix()
25872587</h3>
25882588
2589+ The serialization of the specified value of a ''color-mix()'' function
2590+ is the string "color-mix(in ",
2591+ followed by the specified <<color-space>> in all-lowercase,
2592+ followed by ", ",
2593+ followed by the first specified color,
2594+ followed by a space,
2595+ followed by the normalized first percentage,
2596+ followed by ", ",
2597+ followed by the second specified color,
2598+ followed by ")".
2599+
2600+ Following the principle of shortest serialization,
2601+ and given that the normalized percentages are serialized,
2602+ the normalized second percentage is omitted.
2603+
25892604The serialization of the result of a ''color-mix()'' function
25902605is a <<color>> ,
25912606as defined in [[css-color-4#serializing-color-values]] .
You can’t perform that action at this time.
0 commit comments