- From: Jason Pamental via GitHub <sysbot+gh@w3.org>
- Date: Thu, 06 Oct 2016 00:12:22 +0000
- To: public-css-archive@w3.org
I'd chime in here that even as someone who is pretty familiar with
using OT features on the web, I had opted for font-feature-settings
because I saw it as more widely supported and didn't know the
difference until a half-hour ago between them and `font-variant-*`
That said I've promised @litherum to mend my ways and learn the
difference and write about it. If it was supported and we had more
people writing about it (raises hand) then we'd be able to achieve
what @nicksherman wants by something like this, right?
```
div { font-variant-alternates: styleset("ss01");}
p { font-variant-alternates: styleset("ss02");}
```
--
GitHub Notification of comment by jpamental
Please view or discuss this issue at
https://github.com/w3c/csswg-drafts/issues/552#issuecomment-251835190
using your GitHub account
Received on Thursday, 6 October 2016 00:12:30 UTC