Pointer actions should allow either tilt* or *Angle fields but not both
Open
Nobody has claimed this yet.
Perform Actions
- Dominant language
- HTML
- Stars
- 718
- Forks
- 228
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with issue 1723 and the linked Pointer Events conversion requirements for tilt* and *Angle fields. Trace the WebDriver pointer-actions entry point and its existing validation tests, then verify that either representation is accepted and converted as specified while providing both is rejected.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100