mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Introduce IntermediateColor to store currentcolor or IntermeditateRGBA.
This commit is contained in:
parent
8de605f0dd
commit
5834577157
7 changed files with 55 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue