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

@ -87,7 +87,7 @@ ${helpers.single_keyword("mask-type", "luminance alpha",
</%helpers:longhand>
${helpers.single_keyword("mask-mode",
"alpha luminance match-source",
"match-source alpha luminance",
vector=True,
products="gecko",
animatable=False,
@ -146,7 +146,7 @@ ${helpers.single_keyword("mask-repeat",
</%helpers:vector_longhand>
${helpers.single_keyword("mask-clip",
"content-box padding-box border-box",
"border-box content-box padding-box",
extra_gecko_values="fill-box stroke-box view-box no-clip",
vector=True,
products="gecko",
@ -155,7 +155,7 @@ ${helpers.single_keyword("mask-clip",
spec="https://drafts.fxtf.org/css-masking/#propdef-mask-clip")}
${helpers.single_keyword("mask-origin",
"content-box padding-box border-box",
"border-box content-box padding-box",
extra_gecko_values="fill-box stroke-box view-box",
vector=True,
products="gecko",