- From: Matt Ström-Awn via GitHub <noreply@w3.org>
- Date: Wed, 17 Dec 2025 17:08:41 +0000
- To: public-design-tokens-log@w3.org
ilikescience has just submitted a new pull request for https://github.com/design-tokens/community-group: == fix: correct JSON Pointer reference example in aliases spec == Example 32 incorrectly showed `$ref` at the token level pointing to `#/colors/blue/$value`, which would resolve to a value object without the `$value` wrapper, producing an invalid token structure. Fixed by: - Changing `semantic.primary` to reference `#/colors/blue` (the whole token) instead of `#/colors/blue/$value` - Wrapping `semantic.primaryHue`'s `$ref` inside `$value` since it extracts a component value, not a whole token See https://github.com/design-tokens/community-group/pull/369 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 December 2025 17:08:42 UTC