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
fix(block): provide textual name on collapse and expansion to AT (#7652)
**Related Issue:** #5565
## Summary
Prior to this proposed fix, NVDA and JAWS were only receiving context
that the `block` was expanded or collapsed due to the `title` prop.
Updates include:
- Adds an `aria-describedby` to provide context of the
collapse/expansion in addition to the header (handled via the `id`)
- Adds the `"header"` `id` to the block's `resources.ts`
0 commit comments