[community-group] Merged Pull Request: Fix the color alpha syntax to be 50%

kaelig has just merged kizu's pull request 182 for https://github.com/design-tokens/community-group:

== Fix the color alpha syntax to be 50% ==
Noticed an issue with the [Example 15](https://design-tokens.github.io/community-group/format/#example-15) and [https://design-tokens.github.io/community-group/format/#example-16](Example16): Per the spec text, the 24 bit color value is expected to be transformed into a color with the alpha value of `50%`, while `88` would be actually around `53%`, being a common misconception when writing the component in 8bit format.

This PR changes any mentioned `#00000088` colors to `#00000080` to match the intent and fix the examples.

See https://github.com/design-tokens/community-group/pull/182


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 13 December 2022 01:29:05 UTC