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

kizu has just submitted a new pull request 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 Wednesday, 16 November 2022 14:15:13 UTC