mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Correct browser info for font-features to FF34
…had enabled the flag in initial testing
This commit is contained in:
@@ -5045,7 +5045,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="font-synthesis" restriction="enum" version="3.0" browsers="FF26,S9" ref="http://www.w3.org/TR/css3-fonts/#propdef-font-synthesis" syntax="html:lang(ar) { $(name): none; }">
|
||||
<entry name="font-synthesis" restriction="enum" version="3.0" browsers="FF34,S9" ref="http://www.w3.org/TR/css3-fonts/#propdef-font-synthesis" syntax="html:lang(ar) { $(name): none; }">
|
||||
<desc>This property controls whether user agents are allowed to synthesize bold or oblique font faces when a font family lacks bold or italic faces.</desc>
|
||||
<values>
|
||||
<value name="none" version="3.0" browsers="all">
|
||||
@@ -5066,7 +5066,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="font-variant-alternates" restriction="enum" version="3.0" browsers="FF26" ref="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-alternates" syntax="h2 { $(name): styleset(3,5); }">
|
||||
<entry name="font-variant-alternates" restriction="enum" version="3.0" browsers="FF34" ref="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-alternates" syntax="h2 { $(name): styleset(3,5); }">
|
||||
<desc>For any given character, fonts can provide a variety of alternate glyphs in addition to the default glyph for that character. This property provides control over the selection of these alternate glyphs.</desc>
|
||||
<values>
|
||||
<value name="annotation()" version="3.0" browsers="all">
|
||||
@@ -5093,7 +5093,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="font-variant-caps" restriction="enum" version="3.0" browsers="FF26" ref="http://www.w3.org/TR/css3-fonts/#font-variant-caps-prop" syntax="p { $(name): titling-caps; }">
|
||||
<entry name="font-variant-caps" restriction="enum" version="3.0" browsers="FF34" ref="http://www.w3.org/TR/css3-fonts/#font-variant-caps-prop" syntax="p { $(name): titling-caps; }">
|
||||
<desc>Specifies control over capitalized forms.</desc>
|
||||
<values>
|
||||
<value name="all-petite-caps" version="3.0" browsers="all">
|
||||
@@ -5117,7 +5117,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<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; }">
|
||||
<entry name="font-variant-east-asian" restriction="enum" version="3.0" browsers="FF34" 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">
|
||||
@@ -5150,7 +5150,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="font-variant-ligatures" restriction="enum" version="3.0" browsers="none" ref="http://www.w3.org/TR/css3-fonts/#font-variant-ligatures-prop" syntax="div { $(name): historical-ligatures; }">
|
||||
<entry name="font-variant-ligatures" restriction="enum" version="3.0" browsers="34" ref="http://www.w3.org/TR/css3-fonts/#font-variant-ligatures-prop" syntax="div { $(name): historical-ligatures; }">
|
||||
<desc>Specifies control over which ligatures are enabled or disabled. A value of ‘normal’ implies that the defaults set by the font are used.</desc>
|
||||
<values>
|
||||
<value name="additional-ligatures" version="3.0" browsers="all">
|
||||
@@ -5176,7 +5176,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="font-variant-numeric" restriction="enum" version="3.0" browsers="none" ref="http://www.w3.org/TR/css3-fonts/#font-variant-numeric-prop" syntax=".amount { $(name): oldstyle-nums diagonal-fractions; }">
|
||||
<entry name="font-variant-numeric" restriction="enum" version="3.0" browsers="FF34" ref="http://www.w3.org/TR/css3-fonts/#font-variant-numeric-prop" syntax=".amount { $(name): oldstyle-nums diagonal-fractions; }">
|
||||
<desc>Specifies control over numerical forms.</desc>
|
||||
<values>
|
||||
<value name="diagonal-fractions" version="3.0" browsers="all">
|
||||
@@ -5203,7 +5203,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="font-variant-position" restriction="enum" version="3.0" browsers="none" ref="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-position" syntax="sub { $(name): subscript; }">
|
||||
<entry name="font-variant-position" restriction="enum" version="3.0" browsers="34" ref="http://www.w3.org/TR/css3-fonts/#propdef-font-variant-position" syntax="sub { $(name): subscript; }">
|
||||
<desc>Specifies the vertical position</desc>
|
||||
<values>
|
||||
<value name="normal" version="3.0" browsers="all" />
|
||||
|
||||
Reference in New Issue
Block a user