Update valid values and browser support for font-variant-east-asian

This commit is contained in:
David Storey
2015-12-02 00:51:15 -08:00
parent 19846343a0
commit 3262363ea8

View File

@@ -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>