From 18cfbfdafeaceba625003ee31617d32c16224afe Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 18 Apr 2017 15:21:47 +0200 Subject: [PATCH] Add extra pointer-events values for Gecko (fixes #16397) --- components/style/properties/longhand/pointing.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhand/pointing.mako.rs b/components/style/properties/longhand/pointing.mako.rs index d76072a5e39..78f5809e58a 100644 --- a/components/style/properties/longhand/pointing.mako.rs +++ b/components/style/properties/longhand/pointing.mako.rs @@ -148,6 +148,7 @@ // is nonstandard, slated for CSS4-UI. // TODO(pcwalton): SVG-only values. ${helpers.single_keyword("pointer-events", "auto none", animation_type="none", + extra_gecko_values="visiblepainted visiblefill visiblestroke visible painted fill stroke", spec="https://www.w3.org/TR/SVG11/interact.html#PointerEventsProperty")} ${helpers.single_keyword("-moz-user-input", "auto none enabled disabled",