Properly parse 'pointer-events: all'

This commit is contained in:
Anthony Ramine 2017-05-05 17:51:05 +02:00
parent 7fc01437f4
commit a68f3c9ea9

View file

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