Re: [csswg-drafts] [css-fonts-4] font-display says it's valid in @font-feature-values but it isn't an at-rule

Regarding syntax, at least Gecko has shipped @font-feature-values accepting `<rule-list>`, so they will only recognize `@swash` in the latter rule.

```
  @font-feature-values family {
    font-display: block;
    @swash { swishy: 1; flowing: 2; }
  }
  @font-feature-values family {
    dummy { }
    @swash { swishy: 1; flowing: 2; }
  }
```


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

Received on Tuesday, 25 September 2018 13:12:12 UTC