From a68f3c9ea93eb0b76b53fa26929ad0e219cfb0a3 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 5 May 2017 17:51:05 +0200 Subject: [PATCH] Properly parse 'pointer-events: all' --- components/style/properties/longhand/pointing.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhand/pointing.mako.rs b/components/style/properties/longhand/pointing.mako.rs index 7a4af51c8ca..b15d5cfce5c 100644 --- a/components/style/properties/longhand/pointing.mako.rs +++ b/components/style/properties/longhand/pointing.mako.rs @@ -148,7 +148,7 @@ // is nonstandard, slated for CSS4-UI. // TODO(pcwalton): SVG-only values. ${helpers.single_keyword("pointer-events", "auto none", animation_value_type="none", - extra_gecko_values="visiblepainted visiblefill visiblestroke visible painted fill stroke", + extra_gecko_values="visiblepainted visiblefill visiblestroke visible painted fill stroke all", spec="https://www.w3.org/TR/SVG11/interact.html#PointerEventsProperty")} ${helpers.single_keyword("-moz-user-input", "auto none enabled disabled",