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
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
We already use proper HTML5 tags for the main structure, but we should double those up with the ARIA landmark roles for better support. Also making sure we properly wrap all navigations into a <nav>. We also need a proper aria-label or aria-labbeledby for each.
We already use proper HTML5 tags for the main structure, but we should double those up with the ARIA landmark roles for better support. Also making sure we properly wrap all navigations into a
<nav>
. We also need a properaria-label
oraria-labbeledby
for each.https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/landmark_role
The text was updated successfully, but these errors were encountered: