Re: [pointerevents] What should be the width/height of touch pointerUp?

Also a compatibility note. The same unknown value in the [touch event spec](https://w3c.github.io/touch-events/) is set to 0 for touch points.

> radiusX: The radius of the ellipse which most closely circumscribes the touching area (e.g. finger, stylus) along the axis indicated by rotationAngle, in CSS pixels (as defined by [CSS-VALUES]) of the same scale as screenX; 0 if no value is known. The value must not be negative.

So if we were to be consistent are we okay with reporting 0 for touchend touch points as well?

-- 
GitHub Notification of comment by NavidZ
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/225#issuecomment-341554245 using your GitHub account

Received on Thursday, 2 November 2017 20:51:55 UTC