-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Query block: remove unnecessary class #55438
Query block: remove unnecessary class #55438
Conversation
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.
LGTM
I'm flagging this for 6.4.1 as this removes an unnecessary class that was introduced in 6.4, and it's very unlikely that somebody is referencing it in such a short time. However, if it's already too late to remove it, please let me know so I can revert this change in Gutenberg as well. Thanks. |
I just cherry-picked this PR to the 6.4-next-point-release branch to get it included in the next release: 4d1bfd2 |
What?
Remove an unnecessary class on the Query block.
Mentioned in #55309 (comment).
Why?
Because nobody has a real need for that class yet and we are not using it. By exposing it, we will introduce a breaking change if we want to change it later.
How?
Just remove it.
Testing Instructions
Check that the screen reader keeps working fine when the enhanced pagination is enabled.