Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Chrome warns about deprecated Touch.webkit... properties #225

Closed
jzaefferer opened this issue Sep 30, 2015 · 1 comment
Closed

Chrome warns about deprecated Touch.webkit... properties #225

jzaefferer opened this issue Sep 30, 2015 · 1 comment
Milestone

Comments

@jzaefferer
Copy link
Contributor

'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?

@scottgonzalez
Copy link
Contributor

We should definitely be checking non-prefixes properties first.

@scottgonzalez scottgonzalez added this to the 0.4.0 milestone Nov 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants