Steps to Reproduce:
- Navigate till "Your Alerts" control and hit enter.
- Navigate till "Preferences" control and hit enter.
- Navigate till "Notifications " control and hit enter.
- Verify using Accessibility Insights tool
Actual Results:
Checkboxes in checkboxmatrix do not have an accessible name
Path
input[value="web-edit-user-talk"]
Snippet
<input type="checkbox" tabindex="-1" aria-disabled="true" class="oo-ui-inputWidget-input" name="wpecho-subscriptions[]" disabled="" value="web-edit-user-talk" checked="">
Path
input[value="email-edit-user-talk"]
Snippet
<input type="checkbox" tabindex="0" aria-disabled="false" class="oo-ui-inputWidget-input" name="wpecho-subscriptions[]" value="email-edit-user-talk" checked="">
Expected Results:
Checkboxes in checkboxmatrix must have an accessible name
