Add -moz-user-focus

This commit is contained in:
Keith Yeung 2016-05-16 21:07:27 -04:00
parent c193af8c32
commit 5e2f52df23

View file

@ -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")}