mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add general impl in gecko_properties for Transform value and add -moz-window-transform.
This commit is contained in:
parent
8b9bbfea75
commit
dfbf632fd6
4 changed files with 358 additions and 328 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue