Fix wrong initial values in various single keyword properties

This commit is contained in:
Nazım Can Altınova 2017-03-10 15:56:43 +03:00
parent a11a3fe68b
commit bae7c50ef7
No known key found for this signature in database
GPG key ID: AF9BCD7CE6449954
6 changed files with 11 additions and 11 deletions

View file

@ -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,