Open
Bug 1682419
Opened 5 years ago
Redefine StyleTouchAction::MANIPULATION as PAN_X | PAN_Y | PINCH_ZOOM
Categories
(Core :: Panning and Zooming, task)
Core
Panning and Zooming
Tracking
()
NEW
People
(Reporter: kats, Unassigned)
Details
https://compat.spec.whatwg.org/#touch-action says manipulation is an alias for "pan-x pan-y pinch-zoom". So it might make sense to make that change in the code, and redefine this constant as a bitwise-or of the other flags. Not sure what else would need to change to compensate for this.
You need to log in
before you can comment on or make changes to this bug.
Description
•