-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Fix/37600 Remove aria-disabled from Update Cart button
#37820
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
louwie17
left a comment
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.
Nice work @faisal-alvi, thanks for fixing this!
This PR tested well and the changes look good, I did leave one minor suggestion on the changelog description, but that can be optional (as we may adjust these upon release). Do let me know if you do decide to update the changelog (otherwise feel free to merge if you are able to).
| Significance: patch | ||
| Type: fix | ||
|
|
||
| The "Update Cart" button does not need an aria-disabled attribute, as it has a disabled attribute, this PR removes it. No newline at end of file |
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.
We don't have any specific guidelines around the changelog, but it might be worth re-wording this to reflect the actual change more, you could do something like this:
Removed aria-disabled attribute from "Update Cart" button as it already has a disabled attribute.
*editing the changelog file directly to update the description is fine.
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.
That makes sense, thanks for the suggestion. Implemented: e5c306d
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.
Thanks for updating it, I re-approved! Should be good to merge after all actions finish running.
louwie17
left a comment
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.
Thanks for updating the changelog :) LGTM 🚀
jorgeatorres
left a comment
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.
Submission Review Guidelines:
Changes proposed in this Pull Request:
The "Update Cart" button does not need an aria-disabled attribute, as it has a disabled attribute, this PR removes it.
Closes #37600.
How to test the changes in this Pull Request:
Using the WooCommerce Testing Instructions Guide, include your detailed testing instructions:
aria-disabledattribute.