Re: [community-group] Split units and values in type definitions (#121)

> I think this could be avoided by disallowing scientific notation

That would mean that this specification needs to define its own number type completely.
Restriction values in this way makes it harder for token editors to copy/paste values.

|  | restrict to non-scientific | no restrictions | split unit and value |
| -- | --- | --- | --- |
| requires number specification | yes | yes | no |
| requires custom tokenizer/parser | no | yes | no |
| restricts values | yes | no | no |
| requires a more typing when typing by hand | no | no | yes |

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


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

Received on Friday, 9 December 2022 16:42:41 UTC