author | Anthony Ramine <n.oxyde@gmail.com> |
Tue, 18 Apr 2017 08:33:51 -0500 | |
changeset 353607 | 15dc288efa1a14f20deb721172ae1e032f202af7 |
parent 353606 | 5c6a248e2d337648618e68517199e31e0b169edb |
child 353608 | 3cf6b363d1b32dc330739ec14de47f73232b2fc8 |
push id | 31673 |
push user | kwierso@gmail.com |
push date | Tue, 18 Apr 2017 21:23:54 +0000 |
treeherder | mozilla-central@1a81aadc2510 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | upsuper |
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,16 +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_type="none", + extra_gecko_values="visiblepainted visiblefill visiblestroke visible painted fill stroke", 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_type="none", spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-user-input)")}