-
Notifications
You must be signed in to change notification settings - Fork 64
FORMS-21799 fixing aria-label to display plain text #1715
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
.../af-core/src/main/java/com/adobe/cq/forms/core/components/util/AbstractOptionsFieldImpl.java
Outdated
Show resolved
Hide resolved
...re/fd/components/form/checkboxgroup/v1/checkboxgroup/clientlibs/site/js/checkboxgroupview.js
Show resolved
Hide resolved
sakshi-arora1
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.
Also this needs to be fixed in Rich text labels for all components, with tests
options needed special handling and I added TOFix, since I was fixing dynamic behaviour of checkbox group and radio button in code and test cases
we don't have aria-label attribute for labels in core-components |
Have you checked all components? including scribble, review, file input etc. Do this check for all components. |
sakshi-arora1
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.
conditional label massaging needs to be done
only switch component have aria-labels, will add relevant code to handle it |
a942184 to
99ff65e
Compare
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
0418e3b to
632d9b9
Compare
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
* FORMS-21799 fixing aria-label to display plain text (#1715) * FORMS-21799 fixing aria-label to display plain text * FORMS-21799 correcting naming convention * FORMS-21799 adding tests * FORMS-21799 increasing test coverage * FORMS-21799 increasing test coverage --------- Co-authored-by: Shivam Agarwal <shivama@adobe.com> * Merge pull request #1713 from adobe/FORMS-21742 Feat: added the loader to avoid multiple submits and tests * Fixing js doc (#1721) * @releng updating af-core (#1726) * @releng updating af-core * @releng updating af-core --------- Co-authored-by: Shivam Agarwal <47965724+im-shiv@users.noreply.github.com> Co-authored-by: Shivam Agarwal <shivama@adobe.com> Co-authored-by: armaang1729 <armaang@adobe.com>
No description provided.