mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Add enum to animation-iteration-count and animation-name
…otherwise they strip out the keyword values
This commit is contained in:
@@ -548,7 +548,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="animation-iteration-count" restriction="number" version="3.0" browsers="E,C43,FF16,IE10,O12.1,S9" ref="http://www.w3.org/TR/css3-animations/#animation-iteration-count" syntax="div { $(name): 3; }">
|
||||
<entry name="animation-iteration-count" restriction="number, enum" version="3.0" browsers="E,C43,FF16,IE10,O12.1,S9" ref="http://www.w3.org/TR/css3-animations/#animation-iteration-count" syntax="div { $(name): 3; }">
|
||||
<desc>Defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once.</desc>
|
||||
<values>
|
||||
<value name="infinite" version="3.0" browsers="all">
|
||||
@@ -556,7 +556,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="animation-name" restriction="identifier" version="3.0" browsers="E,C43,FF16,IE10,O12.1,S9" ref="http://www.w3.org/TR/css3-animations/#the-animation-name-property-" syntax="div { $(name): movearound; }">
|
||||
<entry name="animation-name" restriction="identifier, enum" version="3.0" browsers="E,C43,FF16,IE10,O12.1,S9" ref="http://www.w3.org/TR/css3-animations/#the-animation-name-property-" syntax="div { $(name): movearound; }">
|
||||
<desc>Defines a list of animations that apply. Each name is used to select the keyframe at-rule that provides the property values for the animation.</desc>
|
||||
<values>
|
||||
<value name="none" version="3.0" browsers="all">
|
||||
@@ -6034,7 +6034,7 @@
|
||||
<entry name="-moz-animation-duration" restriction="time" version="3.0" browsers="FF9" ref="http://www.w3.org/TR/css3-animations/#animation-duration" syntax="div { $(name): 4s; }">
|
||||
<desc>Defines the length of time that an animation takes to complete one cycle.</desc>
|
||||
</entry>
|
||||
<entry name="-moz-animation-iteration-count" restriction="number" version="3.0" browsers="FF9" ref="http://www.w3.org/TR/css3-animations/#animation-iteration-count" syntax="div { $(name): 3; }">
|
||||
<entry name="-moz-animation-iteration-count" restriction="number, enum" version="3.0" browsers="FF9" ref="http://www.w3.org/TR/css3-animations/#animation-iteration-count" syntax="div { $(name): 3; }">
|
||||
<desc>Defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once.</desc>
|
||||
<values>
|
||||
<value name="infinite" version="3.0" browsers="all">
|
||||
@@ -6042,7 +6042,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="-moz-animation-name" restriction="identifier" version="3.0" browsers="FF9" ref="http://www.w3.org/TR/css3-animations/#the-animation-name-property-" syntax="div { $(name): movearound; }">
|
||||
<entry name="-moz-animation-name" restriction="identifier, enum" version="3.0" browsers="FF9" ref="http://www.w3.org/TR/css3-animations/#the-animation-name-property-" syntax="div { $(name): movearound; }">
|
||||
<desc>Defines a list of animations that apply. Each name is used to select the keyframe at-rule that provides the property values for the animation.</desc>
|
||||
<values>
|
||||
<value name="none" version="3.0" browsers="all">
|
||||
@@ -11327,7 +11327,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="-o-animation-iteration-count" restriction="number" version="3.0" browsers="O12" ref="http://www.w3.org/TR/css3-animations/#animation-iteration-count" syntax="div { $(name): 3; }">
|
||||
<entry name="-o-animation-iteration-count" restriction="number, enum" version="3.0" browsers="O12" ref="http://www.w3.org/TR/css3-animations/#animation-iteration-count" syntax="div { $(name): 3; }">
|
||||
<desc>Defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once.</desc>
|
||||
<values>
|
||||
<value name="infinite" version="3.0" browsers="all">
|
||||
@@ -11335,7 +11335,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="-o-animation-name" restriction="identifier" version="3.0" browsers="O12" ref="http://www.w3.org/TR/css3-animations/#the-animation-name-property-" syntax="div { $(name): movearound; }">
|
||||
<entry name="-o-animation-name" restriction="identifier, enum" version="3.0" browsers="O12" ref="http://www.w3.org/TR/css3-animations/#the-animation-name-property-" syntax="div { $(name): movearound; }">
|
||||
<desc>Defines a list of animations that apply. Each name is used to select the keyframe at-rule that provides the property values for the animation.</desc>
|
||||
<values>
|
||||
<value name="none" version="3.0" browsers="all">
|
||||
@@ -16526,7 +16526,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="-webkit-animation-iteration-count" restriction="number" version="3.0" browsers="C,S5" ref="http://www.w3.org/TR/css3-animations/#animation-iteration-count" syntax="div { $(name): 3; }">
|
||||
<entry name="-webkit-animation-iteration-count" restriction="number, enum" version="3.0" browsers="C,S5" ref="http://www.w3.org/TR/css3-animations/#animation-iteration-count" syntax="div { $(name): 3; }">
|
||||
<desc>Defines the number of times an animation cycle is played. The default value is one, meaning the animation will play from beginning to end once.</desc>
|
||||
<values>
|
||||
<value name="infinite" version="3.0" browsers="all">
|
||||
@@ -16534,7 +16534,7 @@
|
||||
</value>
|
||||
</values>
|
||||
</entry>
|
||||
<entry name="-webkit-animation-name" restriction="identifier" version="3.0" browsers="C,S5" ref="http://www.w3.org/TR/css3-animations/#the-animation-name-property-" syntax="div { $(name): movearound; }">
|
||||
<entry name="-webkit-animation-name" restriction="identifier, enum" version="3.0" browsers="C,S5" ref="http://www.w3.org/TR/css3-animations/#the-animation-name-property-" syntax="div { $(name): movearound; }">
|
||||
<desc>Defines a list of animations that apply. Each name is used to select the keyframe at-rule that provides the property values for the animation.</desc>
|
||||
<values>
|
||||
<value name="none" version="3.0" browsers="all">
|
||||
|
||||
Reference in New Issue
Block a user