mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Update valid values and browser support for font-variant-east-asian
This commit is contained in:
@@ -5117,15 +5117,12 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="font-variant-east-asian" restriction="enum" version="3.0" browsers="none" ref="http://www.w3.org/TR/css3-fonts/#font-variant-east-asian-prop" syntax="mark { $(name): normal; }">
|
||||
<entry name="font-variant-east-asian" restriction="enum" version="3.0" browsers="FF26" ref="http://www.w3.org/TR/css3-fonts/#font-variant-east-asian-prop" syntax="mark { $(name): normal; }">
|
||||
<desc>Allows control of glyph substitute and positioning in East Asian text.</desc>
|
||||
<values>
|
||||
<value name="full-width" version="3.0" browsers="all">
|
||||
<desc>Enables rendering of full-width variants.</desc>
|
||||
</value>
|
||||
<value name="hojo-kanji" version="3.0" browsers="all">
|
||||
<desc>Enables rendering of Hojo Kanji forms.</desc>
|
||||
</value>
|
||||
<value name="jis04" version="3.0" browsers="all">
|
||||
<desc>Enables rendering of JIS04 forms.</desc>
|
||||
</value>
|
||||
@@ -5138,13 +5135,13 @@
|
||||
<value name="jis90" version="3.0" browsers="all">
|
||||
<desc>Enables rendering of JIS90 forms.</desc>
|
||||
</value>
|
||||
<value name="nlckanji" version="3.0" browsers="all">
|
||||
<desc>Enables rendering of NLC Kanji forms.</desc>
|
||||
</value>
|
||||
<value name="normal" version="3.0" browsers="all" />
|
||||
<value name="proportional-width" version="3.0" browsers="all">
|
||||
<desc>Enables rendering of proportionally-spaced variants.</desc>
|
||||
</value>
|
||||
<value name="ruby" version="3.0" browsers="all">
|
||||
<desc>Enables display of ruby variant glyphs.</desc>
|
||||
</value>
|
||||
<value name="simplified" version="3.0" browsers="all">
|
||||
<desc>Enables rendering of simplified forms.</desc>
|
||||
</value>
|
||||
|
||||
Reference in New Issue
Block a user