Re: [pointerevents] It is not possible to generate one set of angle values from other set (#321)

this probably causes a little conundrum at least for `tiltX`/`tiltY` as `0`/`0` is a valid actual value (while, as discussed in the other thread, it seems that no device actually allows for/recognises a completely flat stylus, so `altitudeAngle`/`azimuthAngle` of `0`/`0` can be assumed to be default/not provided).

just spitballing, but some kind of wording that says that all values need to be provided. but that the browser should then compare the two. if one of the pairs is `0`/`0` and the other pair then has a valid set of values, it should assume that the latter are the only values actually provided and then backfill the set that is `0`/`0` appropriately? and note that for `tiltX`/`tiltY` values of `0`/`0` can also be legit, so if those are zero but the altitude/azimuth are also zero, assume the tilt values actually do carry meaning?

starts getting a bit convoluted, but...

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

Received on Friday, 1 May 2020 00:31:22 UTC