mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add extra pointer-events values for Gecko (fixes #16397)
This commit is contained in:
parent
56435db820
commit
18cfbfdafe
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue