Caniuse: font-variant-numeric

Created on 28 Nov 2015  路  13Comments  路  Source: Fyrd/caniuse

There is no information about font-variant-numeric feature support.
(MDN: https://developer.mozilla.org/en/docs/Web/CSS/font-variant-numeric)
Thanks!

Support data suggestion

Most helpful comment

Not only font-variant-numeric, but also many properties defined by CSS Fonts Module Level 3 are missing, which include;

  • font-variant-ligatures
  • font-variant-position*
  • font-variant-caps
  • font-variant-numeric
  • font-variant-east-asian
  • font-variant (shorthand)
  • font-language-override*

* Features at risk, may be removed in the future.

Some are only supported by Firefox, and Safari started to support them recently. I'd like to suggest we change the issue to conform with all the CSS Fonts properties.

All 13 comments

+1

Not only font-variant-numeric, but also many properties defined by CSS Fonts Module Level 3 are missing, which include;

  • font-variant-ligatures
  • font-variant-position*
  • font-variant-caps
  • font-variant-numeric
  • font-variant-east-asian
  • font-variant (shorthand)
  • font-language-override*

* Features at risk, may be removed in the future.

Some are only supported by Firefox, and Safari started to support them recently. I'd like to suggest we change the issue to conform with all the CSS Fonts properties.

+1

I implemented font-variant-numeric and font-variant-caps in Chrome 52, compare https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/p9k6H2tUADk

@drott Very cool!

+1

+1

+1

1550 seems to have already proposed this, but I like that @kiding has enumerated out the sub-properties for all to see. @kiding, can you cite any sources on the "features at risk," i.e., where are you getting that information?

@chharvey The W3C CSS standard has "Features at risk" section near the top of the document, right below the status section.

The Features at risk section in CSS Fonts 3 is empty; some features stopped being at risk, and a couple were moved to CS Fonts 4.

Of @kiding's list, only font-language-override was moved to Fonts 4, the rest are in Fonts 3.

Now available at https://caniuse.com/#feat=font-variant-numeric

Was this page helpful?
0 / 5 - 0 ratings