mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Rename 'normal' of animation_value_type to 'ComputedValue'.
This commit is contained in:
parent
ce51ff3a9a
commit
e47d30f668
18 changed files with 67 additions and 61 deletions
|
@ -178,7 +178,7 @@ class Longhand(object):
|
|||
# really random.
|
||||
if animation_value_type is None:
|
||||
raise TypeError("animation_value_type should be specified for (" + name + ")")
|
||||
animation_value_types = ["none", "normal", "discrete"]
|
||||
animation_value_types = ["none", "discrete", "ComputedValue"]
|
||||
if animation_value_type not in animation_value_types:
|
||||
raise TypeError("animation_value_type should be one of (" +
|
||||
str(animation_value_types) + ")")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue