-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Components: Remove CSS hack for Internet Explorer 11 #60727
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: -41 B (0%) Total Size: 1.75 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense.
Thanks for the cleanup 🚀
Part of #58034
What?
This PR removes the fallback CSS for IE11 present in the components package.
Why?
Support for IE11 has been officially removed in WordPress 5.8. And since the Gutenberg plugin no longer supports WordPress 5.8, we can remove the fallback code for IE11.
Testing Instructions
Placeholder
: http://localhost:50240/?path=/story/components-placeholder--defaultToolbar
: http://localhost:50240/?path=/story/components-toolbar--default&args=label: (From my understanding, one scenario for having a legacy toolbar, i.e.components-toolbar
class, is to have an empty label.)Screenshots or screencast
Below are the CSS changes applied to the two components affected by this PR.
Placeholder
Toolbar