From 1af5efc5423142c4ba1273f141cbc0b55d43a82c Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 20 Jul 2020 13:37:48 -0700 Subject: [PATCH] flexbox 2020: Enable align-self and align-items in CSS --- components/style/properties/longhands/position.mako.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/style/properties/longhands/position.mako.rs b/components/style/properties/longhands/position.mako.rs index 25354ab19af..48976a8f123 100644 --- a/components/style/properties/longhands/position.mako.rs +++ b/components/style/properties/longhands/position.mako.rs @@ -145,7 +145,7 @@ ${helpers.single_keyword( "align-items", "stretch flex-start flex-end center baseline", engines="servo-2013 servo-2020", - servo_2020_pref="layout.2020.unimplemented", + servo_2020_pref="layout.flexbox.enabled", extra_prefixes="webkit", spec="https://drafts.csswg.org/css-flexbox/#align-items-property", animation_value_type="discrete", @@ -234,7 +234,7 @@ ${helpers.predefined_type( "align-self", "auto stretch flex-start flex-end center baseline", engines="servo-2013 servo-2020", - servo_2020_pref="layout.2020.unimplemented", + servo_2020_pref="layout.flexbox.enabled", extra_prefixes="webkit", spec="https://drafts.csswg.org/css-flexbox/#propdef-align-self", animation_value_type="discrete",