Skip to content

Commit

Permalink
[css-color-5] Serialization of color-mix edge case with not normalize…
Browse files Browse the repository at this point in the history
…d values including 50% #8564
  • Loading branch information
AndresRPerez12 authored and svgeesus committed Aug 27, 2023
1 parent 882e540 commit 293e8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-color-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2630,11 +2630,11 @@ followed by the specified <<color-space>> in all-lowercase,
followed by ", ",
followed by the first specified color,
followed by a space,
followed by the specified (un-normalized) first percentage (unless that is 50%),
followed by the specified (un-normalized) first percentage (unless both percentages are 50%),
followed by ", ",
followed by the second specified color,
followed by the specified (un-normalized) second percentage
(unless either that is 50%, or the two specified percentages add to 100%),
(unless the two specified percentages add to 100%),
followed by ")".

Following the principle of shortest serialization,
Expand Down

0 comments on commit 293e8f8

Please sign in to comment.