mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -12,7 +12,7 @@
|
|||
// TODO(pcwalton): `invert`
|
||||
${helpers.predefined_type("outline-color", "CSSColor", "computed::CSSColor::CurrentColor",
|
||||
initial_specified_value="specified::CSSColor::currentcolor()",
|
||||
animation_value_type="ComputedValue", complex_color=True, need_clone=True,
|
||||
animation_value_type="IntermediateColor", complex_color=True, need_clone=True,
|
||||
spec="https://drafts.csswg.org/css-ui/#propdef-outline-color")}
|
||||
|
||||
<%helpers:longhand name="outline-style" need_clone="True" animation_value_type="none"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue