Skip to content

Commit

Permalink
style: Support 'shape-image-threshold' property
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 14lzl3ln3Rg
  • Loading branch information
aethanyc committed Dec 1, 2017
1 parent b7bb6ff commit 1b14ca3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/style/properties/longhand/box.mako.rs
Expand Up @@ -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",
Expand Down

0 comments on commit 1b14ca3

Please sign in to comment.