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

MouseEvent: movementX shown as limited availability in Baseline despite wide support #34263

Closed
manngo opened this issue Jun 19, 2024 · 3 comments
Labels

Comments

@manngo
Copy link
Contributor

manngo commented Jun 19, 2024

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementX

What specific section or headline is this issue about?

The Baseline

What information was incorrect, unhelpful, or incomplete?

The Baseline

What did you expect to see?

According to the Browser Compatibility chart, every major browser has supported this feature for close to a decade. Should the baseline be updated to reflect this?

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@manngo manngo added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jun 19, 2024
@github-actions github-actions bot added the Content:WebAPI Web API docs label Jun 19, 2024
@bsmth bsmth added the baseline label Jun 19, 2024
@bsmth
Copy link
Member

bsmth commented Jun 19, 2024

Thanks for filing this. The individual feature has wide support, but is part of a feature group (pointer-lock) that does not: https://github.com/mdn/browser-compat-data/blob/5810bdd95efc1d1a4bfb06a9f1b4c2ac9ed2170d/api/MouseEvent.json#L560

CCing @foolip and @ddbeck for a look 👀

@bsmth bsmth changed the title Updated Baseline Information MouseEvent: movementX shown as limited availability in Baseline despite wide support Jun 19, 2024
@bsmth bsmth removed the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jun 19, 2024
ddbeck added a commit to ddbeck/web-features that referenced this issue Jun 19, 2024
This is an old feature, but created to capture
`api.MouseEvent.movement{X,Y}` that, until this commit, were under the
`pointer-lock` feature. The properties work independently of pointer
lock, so it makes sense for them to live somewhere else.

This was prompted by mdn/content#34263.
@ddbeck
Copy link
Contributor

ddbeck commented Jun 19, 2024

The pointer lock spec defined movement{X,Y} so they were swept up into that feature—which has a much more complex support situation than using the properties alone.

I've filed web-platform-dx/web-features#1263 to add a new "mouse events" feature that will correct the record for this.

@Josh-Cena
Copy link
Member

Closing for now, since it's not a content issue and we have the PR already.

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

No branches or pull requests

4 participants