Open zwiastunsw opened 3 months ago
The nav part of this issue has been fixed in the base template, there's one last fix to make before we roll it out. I'm expecting a rollout to the sites over the next 1-2 weeks.
Keeping this issue open because the template doesn't affect the markup on the joomla.org site itself for the 1st part.
Nav part now rolled out to all j4 sites
To correct this error, you can:
<header role="banner" class="header">
and<footer role="conteninfo" class="footer text-center">
; in the script settings you must add:'landmarks: 'main, [role="banner"], [role="conteninfo"]...'
,To fix this error, add the aria-label attribute to nav elements, for example:
<nav class="navigation" role="navigation" aria-label="main">
<nav class="subnav-wrapper" aria-label="secondary">
<nav class="navbar navbar-expand" aria-label="secondary">
In footer:<nav class="navbar navbar-expand" aria-label="socialmedia">
<nav class="navbar navbar-expand" aria-label="quick links">