Re: [csswg-drafts] [css-fonts-3] Is the exclusion of calc() from @font-feature-values intentional?

The current `@font-feature-values` grammar simply does not allow `calc()` **at all**.
If you want to allow `calc()` there you need to replace NUMBER with `<integer>` or spell out
a grammar for `calc()` in place.

-- 
GitHub Notification of comment by MatsPalmgren
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1127#issuecomment-289549002 using your GitHub account

Received on Monday, 27 March 2017 18:51:33 UTC