Re: [csswg-drafts] [css-text][css-fonts] Override (Emoji) Variation Selectors

Is the restriction to emoji intentional? I would be useful to be able to apply this to color fonts as well. In other words, be able to turn color glyphs on or off:

```
<h1>
  Welcome to <span>our redesigned website!</span>
</h1>
```

```
h1 {
  font-family: MyColorFont;
  font-presentation: no-color;
}

h1 span {
  font-presentation: color;
}
```

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

Received on Tuesday, 4 April 2017 10:24:34 UTC