Details
-
Type:
Task
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.0, 1.0.0-RC1, 1.0.0-alpha9, 1.0.0-RC2
-
Component/s: frontend
-
Labels:
Description
In order to better support assistive technologies we should use an ARIA landmark role of main for the main content of our pages (root element of the Content component?), using a <main> element, as well as a banner role for the header:
<header role="banner">…</header> <main role="main"> <!-- content goes here --> </main>