make image-orientation animatable

This commit is contained in:
Daisuke Akatsuka 2017-08-03 22:34:14 +09:00
parent 25a46c40b3
commit c5de3e56a2
2 changed files with 26 additions and 1 deletions

View file

@ -59,7 +59,7 @@ ${helpers.single_keyword("image-rendering",
// Image Orientation
<%helpers:longhand name="image-orientation"
products="gecko"
animation_value_type="none"
animation_value_type="discrete"
spec="https://drafts.csswg.org/css-images/#propdef-image-orientation, \
/// additional values in https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation">
use std::fmt;