This repository was archived by the owner on Feb 11, 2021. It is now read-only.
This repository was archived by the owner on Feb 11, 2021. It is now read-only.
Chrome warns about deprecated Touch.webkit... properties #225
Closed
Description
'Touch.webkitRadiusX' is deprecated and will be removed in M47, around November 2015. Please use 'Touch.radiusX' instead.
'Touch.webkitRadiusY' is deprecated and will be removed in M47, around November 2015. Please use 'Touch.radiusY' instead.
'Touch.webkitForce' is deprecated and will be removed in M47, around November 2015. Please use 'Touch.force' instead.
We already have fallbacks to the non-prefixed properties: https://github.com/jquery/PEP/blob/master/src/touch.js#L164-L166
Maybe we should switch these checks to test the non-prefixed properties first?
Metadata
Metadata
Assignees
Labels
No labels