Re: [pointerevents] Update azimuth/altitude/tiltX/tiltY to not require default values in pointer events web idl (#323)

> @liviutinta btw, did this solve our implementation problem we see in Chromium code for "has*" functions?

Yes, removing default values for `tiltX`, `tiltY`, `altitudeAngle`, `azimuthAngle` in the `pointer_event.idl` and `pointer_event_init.idl` files solves the problem we've had with "has*" functions. Now, the functions work as I originally expected: for all properties in the set (`tiltX`, `tiltY`, `altitudeAngle`, `azimuthAngle`) with no value in the init dictionary the corresponding "has*" function returns false. 

-- 
GitHub Notification of comment by liviutinta
Please view or discuss this issue at https://github.com/w3c/pointerevents/pull/323#issuecomment-639116552 using your GitHub account

Received on Thursday, 4 June 2020 21:06:56 UTC