From 5e2f52df23d663dbaa38d448f161b37002221380 Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Mon, 16 May 2016 21:07:27 -0400 Subject: [PATCH] Add -moz-user-focus --- components/style/properties/longhand/pointing.mako.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/style/properties/longhand/pointing.mako.rs b/components/style/properties/longhand/pointing.mako.rs index a00b2b8207d..562e756cec6 100644 --- a/components/style/properties/longhand/pointing.mako.rs +++ b/components/style/properties/longhand/pointing.mako.rs @@ -54,3 +54,9 @@ // is nonstandard, slated for CSS4-UI. // TODO(pcwalton): SVG-only values. ${helpers.single_keyword("pointer-events", "auto none")} + +${helpers.single_keyword("-moz-user-focus", + "ignore normal select-after select-before select-menu select-same select-all none", + products="gecko", + gecko_ffi_name="mUserFocus", + gecko_constant_prefix="NS_STYLE_USER_FOCUS")}