[pointerevents] Pull Request: Update azimuth/altitude/tiltX/tiltY to not require default values in pointer events web idl

liviutinta has just submitted a new pull request for https://github.com/w3c/pointerevents:

== Update azimuth/altitude/tiltX/tiltY to not require default values in pointer events web idl ==
Remove default values for `tiltX`,`tiltY`,`azimuthAngle`,`altitudeAngle`.
Change default value for `altitudeAngle` to `π/2`.
Describe rounding method for calculated `tiltX`,`tiltY`.
If only the value for one attribute is specified, the other attribute must be populated with the default value.
+@patrickhlauke 
+@smaug----  
+@NavidZ
+@domenic 

See https://github.com/w3c/pointerevents/pull/323

Received on Thursday, 28 May 2020 16:11:56 UTC