From 06fa3406dea2beacf51f38580a43c181b55cf68e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 27 Jun 2018 11:22:21 +0200 Subject: [PATCH] style: Put offset-* aliases behind a pref. Bug: 1464782 Reviewed-by: xidorn MozReview-Commit-ID: Hl6Muim3wVH --- components/style/properties/longhands/position.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/position.mako.rs b/components/style/properties/longhands/position.mako.rs index d7e4e27a3b7..3b34047fc5a 100644 --- a/components/style/properties/longhands/position.mako.rs +++ b/components/style/properties/longhands/position.mako.rs @@ -29,7 +29,7 @@ "computed::LengthOrPercentageOrAuto::Auto", spec="https://drafts.csswg.org/css-logical-props/#propdef-inset-%s" % side, flags="GETCS_NEEDS_LAYOUT_FLUSH", - alias="offset-%s" % side, + alias="offset-%s:layout.css.offset-logical-properties.enabled" % side, animation_value_type="ComputedValue", logical=True, )}