mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue