Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`
- Loading branch information