author | Anthony Ramine <n.oxyde@gmail.com> |
Fri, 05 May 2017 17:25:59 -0500 | |
changeset 356860 | e6ff9a1af4b3642b3f0caadfda28f23c1ddb08f9 |
parent 356859 | 2ce843dc8642f29e6e68b36da80b0c8194e07693 |
child 356861 | 90c2b464f60c75d7c5403da527ef9c12b6530ddd |
push id | 31775 |
push user | ihsiao@mozilla.com |
push date | Mon, 08 May 2017 03:10:38 +0000 |
treeherder | mozilla-central@22aaf8bad4df [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | emilio |
milestone | 55.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
servo/components/style/properties/longhand/pointing.mako.rs | file | annotate | diff | comparison | revisions |
--- a/servo/components/style/properties/longhand/pointing.mako.rs +++ b/servo/components/style/properties/longhand/pointing.mako.rs @@ -143,17 +143,17 @@ }) } </%helpers:longhand> // NB: `pointer-events: auto` (and use of `pointer-events` in anything that isn't SVG, in fact) // is nonstandard, slated for CSS4-UI. // TODO(pcwalton): SVG-only values. ${helpers.single_keyword("pointer-events", "auto none", animation_value_type="none", - extra_gecko_values="visiblepainted visiblefill visiblestroke visible painted fill stroke", + extra_gecko_values="visiblepainted visiblefill visiblestroke visible painted fill stroke all", spec="https://www.w3.org/TR/SVG11/interact.html#PointerEventsProperty")} ${helpers.single_keyword("-moz-user-input", "auto none enabled disabled", products="gecko", gecko_ffi_name="mUserInput", gecko_enum_prefix="StyleUserInput", gecko_inexhaustive=True, animation_value_type="none", spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-user-input)")}