style: Support 'shape-image-threshold' property

MozReview-Commit-ID: 14lzl3ln3Rg
This commit is contained in:
Ting-Yu Lin 2017-11-27 18:22:41 +08:00
parent b7bb6ffbb8
commit 1b14ca3a9d

View file

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