mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Add ordinal as valid value of font-variant-numeric property
This commit is contained in:
@@ -5189,6 +5189,9 @@
|
||||
<value name="oldstyle-nums" version="3.0" browsers="all">
|
||||
<desc>Enables display of old-style numerals.</desc>
|
||||
</value>
|
||||
<value name="ordinal" version="3.0" browsers="all">
|
||||
<desc>Enables display of letter forms used with ordinal numbers.</desc>
|
||||
</value>
|
||||
<value name="proportional-nums" version="3.0" browsers="all">
|
||||
<desc>Enables display of proportional numerals.</desc>
|
||||
</value>
|
||||
|
||||
Reference in New Issue
Block a user