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 min supported version for Mobile Safari #10055

Merged
merged 3 commits into from
Jul 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions common-docs/browsers/technical.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ browsers**, but if you can't then you must use at least:

| Browser | Minimum version | Release date | Windows | Mac | Mobile OS |
| ------------------- | --------------- | -------------- | ----------- | ---------- | ---------- |
| - - - - - - - - - - - - - - - - - - - | - - - - - - - - - - - - - - - | - - - - - - - - - - - - - - | - - - - - - - - - - - | - - - - - - - - - - | - - - - - - - - - - |
| Microsoft Edge | 12 | March 2015 | Windows 10+ | N/A | N/A |
| Mozilla Firefox | 60 | May 2018 | Windows 7+ | OS X 10.6+ | N/A |
| Google Chrome | 60 | October 2018 | Windows 7+ | OS X 10.6+ | Android 5+ |
| Safari | 9 | September 2015 | N/A | OS X 10.9+ | N/A |
| Opera | 21 | May 2014 | Windows 7+ | OS X 10.9+ | N/A |
| Mobile Safari | 9 | September 2015 | N/A | N/A | iOS 9+ |
| Mobile Safari | 13 | September 2019 | N/A | N/A | iOS 13+ |
| Chrome for Android | 59 | March 2017 | N/A | N/A | Android 5+ |
| Firefox for Android | 55 | August 2017 | N/A | N/A | Android 5+ |

Expand Down