There is no information about font-variant-numeric feature support.
(MDN: https://developer.mozilla.org/en/docs/Web/CSS/font-variant-numeric)
Thanks!
+1
Not only font-variant-numeric, but also many properties defined by CSS Fonts Module Level 3 are missing, which include;
font-variant-ligaturesfont-variant-position*font-variant-capsfont-variant-numericfont-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
@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
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-ligaturesfont-variant-position*font-variant-capsfont-variant-numericfont-variant-east-asianfont-variant(shorthand)font-language-override*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.