mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
style: Nix -moz-user-input: disabled.
It does nothing, and there's only one use of it anyway. See the intent to unship for research on out of the tree usage: https://groups.google.com/d/msg/mozilla.dev.platform/E6tfP__wkwg/YVW6nPX9CQAJ Bug: 1405087 Reviewed-by: bz MozReview-Commit-ID: 5XnsewYdvgQ
This commit is contained in:
parent
b9862f7b28
commit
5c19eb5998
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ ${helpers.single_keyword("pointer-events", "auto none", animation_value_type="di
|
|||
flags="APPLIES_TO_PLACEHOLDER",
|
||||
spec="https://www.w3.org/TR/SVG11/interact.html#PointerEventsProperty")}
|
||||
|
||||
${helpers.single_keyword("-moz-user-input", "auto none enabled disabled",
|
||||
${helpers.single_keyword("-moz-user-input", "auto none enabled",
|
||||
products="gecko", gecko_ffi_name="mUserInput",
|
||||
gecko_enum_prefix="StyleUserInput",
|
||||
animation_value_type="discrete",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue