-
Notifications
You must be signed in to change notification settings - Fork 295
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
[PWA Builder]: Radio buttons are not associated with their labels 'Background color'. #4231
Comments
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
2 similar comments
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
…h their labels (#4328) fixes #4231 <!-- Link to relevant issue (for ex: "fixes #1234") which will automatically close the issue once the PR is merged --> ## PR Type <!-- Please uncomment one ore more that apply to this PR --> Bugfix <!-- - Feature --> <!-- - Code style update (formatting) --> <!-- - Refactoring (no functional changes, no api changes) --> <!-- - Build or CI related changes --> <!-- - Documentation content changes --> <!-- - Sample app changes --> <!-- - Other... Please describe: --> ## Describe the current behavior? <!-- Please describe the current behavior that is being modified or link to a relevant issue. --> Radios and Checkboxes not associated with their labels ## Describe the new behavior? Radios and Checkboxes explicitly link to the labels. ## PR Checklist - [x] Test: run `npm run test` and ensure that all tests pass - [x] Target main branch (or an appropriate release branch if appropriate for a bug fix) - [x] Ensure that your contribution follows [standard accessibility guidelines](https://docs.microsoft.com/en-us/microsoft-edge/accessibility/design). Use tools like https://webhint.io/ to validate your changes. ## Additional Information Need to double check that I interpreted and resolved the issue correctly.
Hello @Anshi0420, Do you mind double checking that I fixed this properly. You can test this on our preview link at https://preview.pwabuilder.com/imageGenerator |
This issue has been automatically marked as "no-recent-activity" because it requires author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
This issue has been automatically closed because it was marked as requiring author feedback but has not had any activity for 7 days. |
This issue has been automatically closed because it was marked as requiring author feedback but has not had any activity for 7 days. |
2 similar comments
This issue has been automatically closed because it was marked as requiring author feedback but has not had any activity for 7 days. |
This issue has been automatically closed because it was marked as requiring author feedback but has not had any activity for 7 days. |
This issue has been automatically marked as "no-recent-activity" because it requires author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
This issue has been automatically closed because it was marked as requiring author feedback but has not had any activity for 7 days. |
What happened?
Radio buttons are not associated with their labels 'Background color', narrator only announces the information of the radio button as Best Guess radio button 1 of 3 selected.
How do we reproduce the behavior?
Repro Steps:
What do you expect to happen?
Radio buttons present under labels 'Background color' must be associated with their labels, also Checkboxes must also be associated with their visible label 'Platforms'.
What environment were you using?
Test Environment:
OS Build: Windows 11 Enterprise Insider Preview 22H2 (23493.1000)
Edge Browser: Version 115.0.1880.3 (Official build) dev (64-bit)
URL: https://www.pwabuilder.com/imageGenerator
Screen Reader: Narrator
Additional context
Note:
Observation:
Issue is also repro with NVDA.
User Experience:
If the radio buttons and checkboxes will not be associated with their visible labels, then the screen reader dependent users will not get the information of the purpose of the radio buttons and checkboxes and they may get confused in accessing the UI properly.
WCAG Reference:
https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html
Attachments:
Radio.buttons.are.not.associated.with.their.labels.mp4
Note_Generate.packages.button.are.not.associated.with.their.labels.mp4
The text was updated successfully, but these errors were encountered: