- From: Rune Lillesveen via GitHub <sysbot+gh@w3.org>
- Date: Tue, 25 Sep 2018 13:12:07 +0000
- To: public-css-archive@w3.org
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