mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
implements nsStyleBorder type properties animatable
This commit is contained in:
parent
0555977c66
commit
699ec02e8b
2 changed files with 25 additions and 1 deletions
|
@ -60,7 +60,7 @@ ${helpers.gecko_keyword_conversion(Keyword('border-style',
|
|||
/// -moz-border-*-colors: color, string, enum, none, inherit/initial
|
||||
/// These non-spec properties are just for Gecko (Stylo) internal use.
|
||||
% for side in PHYSICAL_SIDES:
|
||||
<%helpers:longhand name="-moz-border-${side}-colors" animation_value_type="none"
|
||||
<%helpers:longhand name="-moz-border-${side}-colors" animation_value_type="discrete"
|
||||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-border-*-colors)"
|
||||
products="gecko"
|
||||
ignored_when_colors_disabled="True">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue