Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pointer input source items are not updated in the spec text #1851

Open
OrKoN opened this issue Oct 24, 2024 · 1 comment
Open

Pointer input source items are not updated in the spec text #1851

OrKoN opened this issue Oct 24, 2024 · 1 comment

Comments

@OrKoN
Copy link
Contributor

OrKoN commented Oct 24, 2024

https://www.w3.org/TR/webdriver2/#pointer-input-source defines subtype, pointerId, x and y items.

When dispatching actions those attributes are used but it does not look like they are ever updated. They are also used to resolve the pointer origin to coordinates in https://www.w3.org/TR/webdriver2/#dfn-get-coordinates-relative-to-an-origin and since x/y are not updated it is not clear if it should always be relative to 0,0.

I have not double checked subtype and pointerId in details but it does not seem they are every updated either.

@OrKoN OrKoN changed the title Pointer input source items are not updated in the spec Pointer input source items are not updated in the spec text Oct 24, 2024
@whimboo
Copy link
Contributor

whimboo commented Oct 24, 2024

Note that subtype and pointerId should probably never be updated given that both identify a given input source and its type which we should not be able to change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants