-
Notifications
You must be signed in to change notification settings - Fork 9.4k
chore: remove support for IE 9 and IE 10 #17348
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
Conversation
|
Hi @DanielRuf. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
|
Very interesting PR, can you please check the failing tests while I check what the consensus on this one is? |
Done. |
|
+1 The CSS for M2 never fully loaded in IE9 anyway so it makes a lot of sense to remove it - #5126 |
|
Hi @miguelbalparda, thank you for the review. |
|
Hi @DanielRuf. Thank you for your contribution. |
Description
IE 9 and IE 10 are quite old and there is no support from MS anymore. Just IE 11 is supported until 2025.
Also we explicitely mention that we only support IE 11 and Edge, see https://devdocs.magento.com/guides/v2.0/install-gde/system-requirements_browsers.html and https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements_browsers.html
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist