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

Mark SubmitEvent as partially supported in Safari 15 #12756

Merged
merged 1 commit into from Nov 1, 2021

Conversation

gilmoreorless
Copy link
Contributor

@gilmoreorless gilmoreorless commented Oct 9, 2021

Summary

The SubmitEvent constructor is fully supported, but the submitter property only partially works: https://webkit.org/b/229660
The bug is fixed in Tech Preview 132, but it missed the release cut for Safari 15. I would have added an extra version_added: "preview" section, but got bitten by #12663 when running linting locally. (Edit: Fixed)

Test results and supporting details

Tested manually in Safari 15 (macOS and iOS).

Release notes:

Related issues

This will cause a merge conflict with the TP info provided by #12439

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 9, 2021
@lukewarlow
Copy link
Contributor

The issue with the linter should be fixed if you rebase with main :)

@gilmoreorless
Copy link
Contributor Author

Thanks @lukewarlow, I've rebased and modified the data to show that it's fully supported in the Tech Preview. 😃

Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR! One tiny style fix in the note. Otherwise, looks great!

api/SubmitEvent.json Outdated Show resolved Hide resolved
api/SubmitEvent.json Outdated Show resolved Hide resolved
@gilmoreorless
Copy link
Contributor Author

Thanks @ddbeck, fixed now. I'd copied the note format from Safari entries in other files. I agree that your version works better though.

The `SubmitEvent` constructor is fully supported, but the `submitter` property
only partially works (fixed in Tech Preview).
@gilmoreorless
Copy link
Contributor Author

gilmoreorless commented Nov 1, 2021

Rebased to fix a merge conflict from #13142.

I've left the fully-fixed version for submitter as "preview" because the bug fix didn't make it into Safari 15.1.

Copy link
Collaborator

@queengooborg queengooborg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since Daniel said it's looking good and the one suggestion has been merged, I'd say this is ready to merge. Thank you!

@queengooborg queengooborg merged commit abf80d2 into mdn:main Nov 1, 2021
@gilmoreorless gilmoreorless deleted the safari-submitevent-submitter branch November 1, 2021 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants