mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Fix wrong initial values in various single keyword properties
This commit is contained in:
parent
a11a3fe68b
commit
bae7c50ef7
6 changed files with 11 additions and 11 deletions
|
@ -22,12 +22,12 @@ ${helpers.single_keyword("text-anchor",
|
|||
|
||||
// Section 11 - Painting: Filling, Stroking and Marker Symbols
|
||||
${helpers.single_keyword("color-interpolation",
|
||||
"auto srgb linearrgb",
|
||||
"srgb auto linearrgb",
|
||||
products="gecko",
|
||||
animatable=False,
|
||||
spec="https://www.w3.org/TR/SVG11/painting.html#ColorInterpolationProperty")}
|
||||
|
||||
${helpers.single_keyword("color-interpolation-filters", "auto srgb linearrgb",
|
||||
${helpers.single_keyword("color-interpolation-filters", "linearrgb auto srgb",
|
||||
products="gecko",
|
||||
gecko_constant_prefix="NS_STYLE_COLOR_INTERPOLATION",
|
||||
animatable=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue