-
Notifications
You must be signed in to change notification settings - Fork 10.7k
fix/35860: Adds missing aria-label and tabindex HTML attributes to the Help tip element. #37808
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
chihsuan
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.
plugins/woocommerce/client/legacy/js/admin/meta-boxes-product.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Chi-Hsuan Huang <[email protected]>
chihsuan
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 and tested well!
I'll wait for @coreymckrill to take a look and merge it.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## trunk #37808 +/- ##
==========================================
- Coverage 51.5% 51.5% -0.0%
- Complexity 17261 17280 +19
==========================================
Files 429 430 +1
Lines 79957 80026 +69
==========================================
Hits 41215 41215
- Misses 38742 38811 +69
|
coreymckrill
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 @Sidsector9!

Submission Review Guidelines:
Changes proposed in this Pull Request:
Adds missing
aria-labelandtabindexHTML attributes to the Help tip element.Closes #35860
How to test the changes in this Pull Request:
Using the WooCommerce Testing Instructions Guide, include your detailed testing instructions:
Products > Add New(/wp-admin/post-new.php?post_type=product).woocommerce-help-tipon the product edit page using Inspector tool on the trunk branch.aria-labelandtabindexattribute set.