[pointerevents] new commits pushed by patrickhlauke

The following commits were just pushed by patrickhlauke to https://github.com/w3c/pointerevents:

* Update azimuth/altitude/tiltX/tiltY to not require default values in pointer events web interfaces
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.
  by Liviu Tinta
https://github.com/w3c/pointerevents/commit/ffa3d88e11ef3e98fae3ea618932b412c704a0de

* Address code reviewer comments

Separate explanations for `tiltX` / `tiltY` and `altitudeAngle`/
`azimuthAngle` into 3 paragraphs: first a general description and
how a user agent needs to populate trusted events, second about
calculations for untrusted events and the last one a note related
to rounding resulting `tiltX` / `tiltY` angles to degrees.
  by Liviu Tinta
https://github.com/w3c/pointerevents/commit/8e22d72950c68844157036116231969b6cbfd0f9

* Merge pull request #323 from liviutinta/azimuth_altitude_no_default_in_idl

Update azimuth/altitude/tiltX/tiltY to not require default values in pointer events web idl
  by Patrick H. Lauke
https://github.com/w3c/pointerevents/commit/abf66fe7f4e2a4a6571519746928f8865e4946a3

Received on Monday, 13 July 2020 22:46:17 UTC