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

Also, probably the `<string>` part of the syntax should also be changed or clarified to represent what implementations do. In particular, strings that can't be a proper feature tag are considered invalid declarations:

```css
font-feature-settings: "vert" 1; /* fine */
font-feature-settings: "vertical" 1; /* fine per the syntax, but not a valid declaration on any browser */
```

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

Received on Thursday, 1 February 2018 01:01:26 UTC