Add general impl in gecko_properties for Transform value and add -moz-window-transform.

This commit is contained in:
Xidorn Quan 2017-11-07 15:40:42 -08:00
parent 8b9bbfea75
commit dfbf632fd6
4 changed files with 358 additions and 328 deletions

View file

@ -46,6 +46,13 @@ ${helpers.predefined_type("-moz-window-opacity", "Opacity", "1.0", products="gec
internal=True,
spec="None (Nonstandard internal property)")}
${helpers.predefined_type("-moz-window-transform", "Transform",
"generics::transform::Transform::none()",
products="gecko", gecko_ffi_name="mSpecifiedWindowTransform",
animation_value_type="ComputedValue",
internal=True,
spec="None (Nonstandard internal property)")}
<%helpers:longhand name="-moz-force-broken-image-icon"
products="gecko"
animation_value_type="discrete"