W3C Pointer Events Standard
Written by Ian Elliot   
Friday, 18 January 2013

W3C has just released a working draft of the Pointer Events standard which has mostly been contributed by Microsoft as implemented in IE10. This is an attempt to unify the way we work with "pointer" input devices but it also highlights the mess that we are in at the moment with regard to touch input.

The Pointer Events API allows you to write code that works with a range of input devices. The same events work with pen input, touch input and the mouse. Originally the W3C was using Apple's touch event API, but this fell foul of patents which cannot be part of a W3C standard.

Microsoft submitted its own touch standard Pointer Events as implemented in IE10 and this now forms the body of the W3C working draft. The big problem is that now Apple isn't interested in implementing the standard because it would rather support three APIs, one for each type of input device. Apple claims that three APIs are simpler to use, but its reluctance to join in could be something to do with patents.

Basically this means that WebKit based browsers probably aren't going to support the standard. However, Google has expressed interest in implementing it in Chrome. In a very surpising move, Microsoft has actually produced a patch for WebKit that implements the API - only time will tell if this is accepted.

As well as the unified Pointer Events API there is also an older Touch API, but even though the Candidate Recommendation was published at the end of 2011 only the latest Chrome and Firefox support it. If you want to program touch in IE, Opera or Safari you can't use the standard. However, as the standard was derived from Apple's Touch API things are almost identical under iOS.

W3Clogo

Banner


Google Tunix Hack Hackathon Now Open
14/11/2025

A Google hackathon on Kaggle is now open for entries showing how to use Tunix, Google's JAX-native library for LLM post-training, to train a model to show its work by laying out a reasoning trace befo [ ... ]



Europe Gets Its Own LLM
10/11/2025

EuroLLM is a fully open-sourced large language model made in Europe and built to support all twenty-four official EU languages.


More News

pico book

 

Comments




or email your comment to: comments@i-programmer.info

 

Last Updated ( Friday, 08 November 2019 )