w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
676 stars 190 forks source link

Pointer actions should allow either tilt* or *Angle fields but not both #1723

Open jgraham opened 1 year ago

jgraham commented 1 year ago

These refer to the same thing: https://w3c.github.io/pointerevents/#converting-between-tiltx-tilty-and-altitudeangle-azimuthangle so it doesn't make sense to have both, but instead we should insist that the implementation converts them according to the requirements of that specification.

jrandolf commented 1 year ago

+1