mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove complex_color parameter.
This commit is contained in:
parent
7568a19688
commit
742c45f859
7 changed files with 14 additions and 21 deletions
|
@ -689,8 +689,7 @@ ${helpers.predefined_type("text-emphasis-color", "Color",
|
|||
"::cssparser::Color::CurrentColor",
|
||||
initial_specified_value="specified::Color::currentcolor()",
|
||||
products="gecko", animation_value_type="IntermediateColor",
|
||||
complex_color=True, need_clone=True,
|
||||
ignored_when_colors_disabled=True,
|
||||
need_clone=True, ignored_when_colors_disabled=True,
|
||||
spec="https://drafts.csswg.org/css-text-decor/#propdef-text-emphasis-color")}
|
||||
|
||||
|
||||
|
@ -708,8 +707,7 @@ ${helpers.predefined_type(
|
|||
"-webkit-text-fill-color", "Color",
|
||||
"CSSParserColor::CurrentColor",
|
||||
products="gecko", animation_value_type="IntermediateColor",
|
||||
complex_color=True, need_clone=True,
|
||||
ignored_when_colors_disabled=True,
|
||||
need_clone=True, ignored_when_colors_disabled=True,
|
||||
spec="https://compat.spec.whatwg.org/#the-webkit-text-fill-color")}
|
||||
|
||||
${helpers.predefined_type(
|
||||
|
@ -717,8 +715,7 @@ ${helpers.predefined_type(
|
|||
"CSSParserColor::CurrentColor",
|
||||
initial_specified_value="specified::Color::currentcolor()",
|
||||
products="gecko", animation_value_type="IntermediateColor",
|
||||
complex_color=True, need_clone=True,
|
||||
ignored_when_colors_disabled=True,
|
||||
need_clone=True, ignored_when_colors_disabled=True,
|
||||
spec="https://compat.spec.whatwg.org/#the-webkit-text-stroke-color")}
|
||||
|
||||
${helpers.predefined_type("-webkit-text-stroke-width",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue