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

Update Safari versions for Document API #12140

Merged
merged 1 commit into from
Aug 26, 2021

Conversation

queengooborg
Copy link
Collaborator

This PR updates and corrects the real values for Safari (Desktop and iOS/iPadOS) for the Document API, based upon results from the mdn-bcd-collector project (v3.2.9).

Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/Document

This PR updates and corrects the real values for Safari (Desktop and iOS/iPadOS) for the `Document` API, based upon results from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v3.2.9).

Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/Document
@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Aug 23, 2021
@queengooborg queengooborg mentioned this pull request Aug 23, 2021
@@ -86,10 +86,10 @@
"version_added": "44"
},
"safari": {
"version_added": "6.1"
"version_added": "8"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This doesn't seem right, http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=9577 on Safari 6.2 shows it was supported there.

Which versions of Safari are you testing on for these updates, and does it map 6.1, 6.2 and any other backport releases correctly? We never merged foolip/mdn-bcd-collector#1244 and I guess the collector just does the wrong thing by default still?

Copy link
Collaborator Author

@queengooborg queengooborg Aug 26, 2021

Choose a reason for hiding this comment

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

Actually Safari 6.2 is a backport of Safari 7.1, which in turn is a backport of Safari 8! I'm testing on Safari 6.0, 7.0, and 8.0 (6.0 and 8.0 with BrowserStack, and 7.0 with a local VM).

Copy link
Collaborator

Choose a reason for hiding this comment

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

OK, I can't keep the mapping in my head :)

@foolip foolip merged commit e630d81 into mdn:main Aug 26, 2021
@queengooborg queengooborg deleted the api/Document/safari-corrections branch August 26, 2021 16:59
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.

2 participants