mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Merge CSSColor into Color.
This commit is contained in:
parent
bf77f81ed6
commit
7568a19688
25 changed files with 181 additions and 264 deletions
|
@ -278,9 +278,9 @@ ${helpers.single_keyword("text-decoration-style",
|
|||
spec="https://drafts.csswg.org/css-text-decor/#propdef-text-decoration-style")}
|
||||
|
||||
${helpers.predefined_type(
|
||||
"text-decoration-color", "CSSColor",
|
||||
"computed::CSSColor::CurrentColor",
|
||||
initial_specified_value="specified::CSSColor::currentcolor()",
|
||||
"text-decoration-color", "Color",
|
||||
"computed::Color::CurrentColor",
|
||||
initial_specified_value="specified::Color::currentcolor()",
|
||||
complex_color=True,
|
||||
products="gecko",
|
||||
animation_value_type="IntermediateColor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue