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.offset{X,Y}: not actually experimental #10120

Closed
nfreeze opened this issue Oct 27, 2021 · 3 comments · Fixed by #10220
Closed

MouseEvent.offset{X,Y}: not actually experimental #10120

nfreeze opened this issue Oct 27, 2021 · 3 comments · Fixed by #10220
Assignees
Labels
Content:WebAPI Web API docs

Comments

@nfreeze
Copy link

nfreeze commented Oct 27, 2021

MDN URL: https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/offsetX

What information was incorrect, unhelpful, or incomplete?

I believe listing offsetX and offsetY as experimental is inaccurate considering that they have been supported in every major browser for several years.

Specific section or headline?

Experimental: This is an experimental technology

What did you expect to see?

No warning about it being experimental

Did you test this? If so, how?

Yes. I referenced MDN's definition which deems a feature no longer experimental if it is supported in two or more major browsers.

MDN Content page report details
@hamishwillee
Copy link
Collaborator

@ddbeck MDN here just reflects BCD. Any particular reason not to modify this in both places?

@Timmmm
Copy link

Timmmm commented Oct 31, 2021

I found this weird too so I've made a PR to fix it. They're definitely not experimental.

@ddbeck ddbeck added the Content:WebAPI Web API docs label Nov 1, 2021
@ddbeck ddbeck changed the title Issue with "MouseEvent.offsetX": (short summary here please) MouseEvent.offset{X,Y}: not actually experimental Nov 1, 2021
@ddbeck ddbeck changed the title MouseEvent.offset{X,Y}: not actually experimental MouseEvent.offset{X,Y}: not actually experimental Nov 1, 2021
@hamishwillee
Copy link
Collaborator

Done in #10220. This a slightly bigger change, and I'll have to go do a little more BCD work too.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants