From 22ea33cb37f6d6264c27b67e44e6a2b17c55c9ba Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 13 Dec 2019 11:37:00 +0100 Subject: [PATCH] Enable cursor and pointer-events in 2020 --- components/style/properties/longhands/inherited_ui.mako.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/style/properties/longhands/inherited_ui.mako.rs b/components/style/properties/longhands/inherited_ui.mako.rs index d854d4a499c..a7b83f0ea99 100644 --- a/components/style/properties/longhands/inherited_ui.mako.rs +++ b/components/style/properties/longhands/inherited_ui.mako.rs @@ -10,7 +10,7 @@ ${helpers.predefined_type( "cursor", "Cursor", "computed::Cursor::auto()", - engines="gecko servo-2013", + engines="gecko servo-2013 servo-2020", initial_specified_value="specified::Cursor::auto()", animation_value_type="discrete", spec="https://drafts.csswg.org/css-ui/#cursor", @@ -22,7 +22,7 @@ ${helpers.predefined_type( ${helpers.single_keyword( "pointer-events", "auto none", - engines="gecko servo-2013", + engines="gecko servo-2013 servo-2020", animation_value_type="discrete", extra_gecko_values="visiblepainted visiblefill visiblestroke visible painted fill stroke all", spec="https://www.w3.org/TR/SVG11/interact.html#PointerEventsProperty",