mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Extend supported geometry box value for geckolib
This commit is contained in:
parent
04a3242dc5
commit
0a56ec3477
4 changed files with 24 additions and 4 deletions
|
@ -158,20 +158,18 @@ ${helpers.single_keyword("mask-repeat",
|
|||
}
|
||||
</%helpers:vector_longhand>
|
||||
|
||||
// missing: margin-box fill-box stroke-box view-box no-clip
|
||||
// (gecko doesn't implement these)
|
||||
${helpers.single_keyword("mask-clip",
|
||||
"content-box padding-box border-box",
|
||||
extra_gecko_values="fill-box stroke-box view-box no-clip",
|
||||
vector=True,
|
||||
products="gecko",
|
||||
extra_prefixes="webkit",
|
||||
animatable=False,
|
||||
spec="https://drafts.fxtf.org/css-masking/#propdef-mask-clip")}
|
||||
|
||||
// missing: margin-box fill-box stroke-box view-box
|
||||
// (gecko doesn't implement these)
|
||||
${helpers.single_keyword("mask-origin",
|
||||
"content-box padding-box border-box",
|
||||
extra_gecko_values="fill-box stroke-box view-box",
|
||||
vector=True,
|
||||
products="gecko",
|
||||
extra_prefixes="webkit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue