Skip to content

Commit

Permalink
Add -moz-user-modify
Browse files Browse the repository at this point in the history
  • Loading branch information
KiChjang committed May 17, 2016
1 parent 5e2f52d commit ac9c411
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/style/properties/longhand/pointing.mako.rs
Expand Up @@ -55,6 +55,9 @@
// TODO(pcwalton): SVG-only values.
${helpers.single_keyword("pointer-events", "auto none")}

${helpers.single_keyword("-moz-user-modify", "read-only read-write write-only", products="gecko",
gecko_ffi_name="mUserModify", gecko_constant_prefix="NS_STYLE_USER_MODIFY")}

${helpers.single_keyword("-moz-user-focus",
"ignore normal select-after select-before select-menu select-same select-all none",
products="gecko",
Expand Down

0 comments on commit ac9c411

Please sign in to comment.