Introduce IntermediateColor to store currentcolor or IntermeditateRGBA.

This commit is contained in:
Hiroyuki Ikezoe 2017-04-24 15:20:37 +09:00
parent 8de605f0dd
commit 5834577157
7 changed files with 55 additions and 8 deletions

View file

@ -228,7 +228,7 @@ ${helpers.predefined_type(
initial_specified_value="specified::CSSColor::currentcolor()",
complex_color=True,
products="gecko",
animation_value_type="ComputedValue",
animation_value_type="IntermediateColor",
spec="https://drafts.csswg.org/css-text-decor/#propdef-text-decoration-color")}
<%helpers:longhand name="initial-letter"