You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
fix(checkbox): handle links in transcluded label in an a11y-friendly way
- JAWS and Voiceover should properly handle links in md-checkbox labels
- Wrapping the checkbox in a `md-input-container` is required
- for using links in checkbox labels due to layout considerations
- Add new demos for different types of a11y checkbox labels
- don't toggle the checkbox on link actions
- don't output aria warnings when using `aria-labelledby`
- require `md-input-container` when using links in checkbox labels
Fixes#11134.
BREAKING CHANGE: If you've created a custom solution to style links within `md-checkbox` labels, then you may need to remove or change that code now. This is because we automatically detect `<a>` tags in these labels and re-render them in an accessible way.
0 commit comments