Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(a11y): Add semantic structure to installer page layout
aria landmark roles allow advanced screen reader users to jump around the page quickly. Aria roles are used in addition to semantic elements because browsers do not yet consistently expose the semantic elements as landmarks to assistive technology. Ideally we would actually just shim this behavior with JS so that we don't have to worry about consistently pairing the elements with their equivalent roles.
- Loading branch information