Skip to content

Commit

Permalink
Add -moz-user-focus
Browse files Browse the repository at this point in the history
  • Loading branch information
KiChjang committed May 17, 2016
1 parent c193af8 commit 5e2f52d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/style/properties/longhand/pointing.mako.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")}

0 comments on commit 5e2f52d

Please sign in to comment.