- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Mon, 23 Sep 2024 18:26:35 +0000
- To: public-design-tokens-log@w3.org
``` { "my-token": { "$type": "color", "$value": { "hex": "#xxxxxx", // Only HEX 6 supported (no HEX 3, 4, or 8) "colorSpace": "dci-p3", "channels": [0.1, 0.2, 0.3], "alpha": 0.6 } } } ``` Is the sRGB hex a fallback, or the main color? Is DCI-P3 (a projector space for digital cinema, to be viewed in an entirely dark room) really, means, id display P3? -- GitHub Notification of comment by svgeesus Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/137#issuecomment-2369051267 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 23 September 2024 18:26:36 UTC