Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a label to the batch actions form to make it a landmark
For a form to be a landmark and be announced by screen readers, it needs to have an associated accessible name [1]. > Using the <form> element will automatically communicate a section of > content as a form landmark, if it is provided an accessible name. [1] - https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/form_role Closes #5274
- Loading branch information