From 7e143c7a05c8ffce3806d8b1517dda8b6cb3f34b Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 22 Nov 2019 09:59:22 +0100 Subject: [PATCH] Make floats not parse on layout 2020 --- components/style/properties/longhands/box.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/box.mako.rs b/components/style/properties/longhands/box.mako.rs index a68b179c4c0..b8b6cbc8c34 100644 --- a/components/style/properties/longhands/box.mako.rs +++ b/components/style/properties/longhands/box.mako.rs @@ -63,6 +63,7 @@ ${helpers.predefined_type( "Float", "computed::Float::None", engines="gecko servo-2013 servo-2020", + servo_2020_pref="layout.2020.unimplemented", initial_specified_value="specified::Float::None", spec="https://drafts.csswg.org/css-box/#propdef-float", animation_value_type="discrete",