mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Support 'shape-image-threshold' property
MozReview-Commit-ID: 14lzl3ln3Rg
This commit is contained in:
parent
b7bb6ffbb8
commit
1b14ca3a9d
1 changed files with 8 additions and 0 deletions
|
@ -911,6 +911,14 @@ ${helpers.single_keyword("-moz-orient",
|
|||
}
|
||||
</%helpers:longhand>
|
||||
|
||||
${helpers.predefined_type(
|
||||
"shape-image-threshold", "Opacity", "0.0",
|
||||
products="gecko",
|
||||
gecko_pref="layout.css.shape-outside.enabled",
|
||||
animation_value_type="ComputedValue",
|
||||
spec="https://drafts.csswg.org/css-shapes/#shape-image-threshold-property",
|
||||
)}
|
||||
|
||||
${helpers.predefined_type(
|
||||
"shape-outside",
|
||||
"basic_shape::FloatAreaShape",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue