[Front-End General] Pointer Events, Touch Events
memo.
[markdown]
> * [Pointing the Way Forward | Web | Google Developers](https://developers.google.com/web/updates/2016/10/pointer-events?utm_source=Frontend+Weekly&utm_campaign=245870ecde-EMAIL_CAMPAIGN_2016_11_16&utm_medium=email&utm_term=0_9af01549dd-245870ecde-376751669)
> * [さらばPointer Events!まだまだ落ち着かない、入力デバイスのWeb標準事情 – ふろしき.js](http://furoshiki.hatenadiary.jp/entry/2015/02/06/211822)
## Pointer Events
* [Can I use… Support tables for HTML5, CSS3, etc](http://caniuse.com/#feat=pointer)
* [Pointer Events – Level 2](https://w3c.github.io/pointerevents/)
### polyfill
* [jQueryはGoogleからPointer Events Polyfillを引き継ぐ](https://www.infoq.com/jp/news/2015/01/jquery-pointer-events)
* [jquery/PEP: Pointer Events Polyfill: a unified event system for the web platform](https://github.com/jquery/PEP)
## Touch Events
* [Can I use… Support tables for HTML5, CSS3, etc](http://caniuse.com/#feat=touch)
* [Touch Events](https://www.w3.org/TR/touch-events/)
[/markdown]