-
Notifications
You must be signed in to change notification settings - Fork 6
Fix accessibility issues for right sidebar navigation #90
Copy link
Copy link
Open
Milestone
Description
Basically the right sidebar is nested inside the main div but should be at the same level. Here is what the accessibility checker provides for the error:
A complementary landmark, typically represented by the element or role="complementary", is meant to hold ancillary content that complements the main content on the page. To maintain a clear structure for screen readers and other assistive technologies, complementary landmarks must not be nested inside other ARIA landmarks like role="main" or role="contentinfo. This ensures easier navigation for users relying on assistive technologies.
Originally posted by @adamancer in #54
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels