- From: Christoph Päper <christoph.paeper@crissov.de>
- Date: Mon, 28 Apr 2014 23:08:31 +0200
- To: www-style list <www-style@w3.org>
Christoph Päper <christoph.paeper@crissov.de>:
> font-variant-alternates: character-variant("Font-defined Name") styleset(userdefinedname)
Should this also work?
@font-feature-values Foont {
@styleset {
userdefinedname: "Font-defined Name";
}
@character-variant {
userdefinedname: "Font-defined Name" 3;
}
}
If so, the grammar regarding ‘feature_value_definition’ would have to change.
Received on Monday, 28 April 2014 21:09:03 UTC