Re: [community-group] Types for CSS Keywords (#177)

I think the underlying issue is this :

- some values are "user defined"
- some values are "platform defined"

User defined values :
- `"#ff00ff"`
- `"Comic Sans MS"`

Typically strings, numbers, ...

Platform defined values :
- `LinkText` https://www.w3.org/TR/css-color-4/#valdef-system-color-linktext
- `serif`

Typically keywords, enums, functions, ...

------------

Some platform defined values have equivalents in all or most platforms.
How do we define token values that are intended to use these shared platform defined values.

-- 
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/177#issuecomment-1336965366 using your GitHub account


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

Received on Monday, 5 December 2022 08:44:13 UTC