Auto merge of #16514 - nox:pointer-events, r=upsuper

Add extra pointer-events values for Gecko (fixes #16397)

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16514)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-04-18 08:33:51 -05:00 committed by GitHub
commit 7a7697897d

View file

@ -148,6 +148,7 @@
// 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",