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

> but "how to represent platform-specific syntax" seems fully the responsibility of the translators/transformers/tools, in my opinion.

This is partly true.
It is the responsibility of translation tools to transform to the correct platform specific API. The specification can be agnostic of all the platform specific conversions.

But this specification does need to define the supported/adopted concepts.

- conceptual : `A font family that matches the OS UI`
- css : `system-ui`
- swift : `.system()`
- design token : ?

This specification does not define `system-ui` the CSS value, or `.system` the iOS API.
It only needs to define some way to represent the concept.

-- 
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/177#issuecomment-1337750907 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 17:08:18 UTC