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
This was raised in the UAIM Accessibility Reported as a Level 3 Issue. The issue is as reported, "Regions (footer, etc.) not labelled correctly; could easily get lost and not really have a mental map of the site". The recommendation is to use proper descriptive landmarks to help users understand the structure and navigate more effectively.
Acceptance Criteria:
Update effected components to use proper landmarks within the component
App Header --> Wrap in a <header> landmark
App Footer --> Wrap in a <footer> landmark
Side Menu --> Wrap the component in a <nav> landmark