[community-group] [Format] Token name character restrictions (#60)

kevinmpowell has just created a new issue for https://github.com/design-tokens/community-group:

== [Format] Token name character restrictions ==
## Character restrictions in token names
Should the specification restrict the name property to a specific Unicode range or make certain characters invalid at the start/middle/end of a name (such as white space, line breaks…)? If so, what characters and why? Should emoji be allowed in token names?

Examples:
```
{
  '      space-at-the-beginning': {
    value: 50\
  },
  {
    'color⚽️': {
      value: '#445566'
  }
}
```

Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/60 using your GitHub account


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

Received on Thursday, 9 September 2021 18:18:05 UTC