diff --git a/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html b/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html index 44ca82b61da..f46327fd62c 100644 --- a/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html +++ b/src/app/navbar/expandable-navbar-section/expandable-navbar-section.component.html @@ -4,7 +4,9 @@ (keyup.space)="isActive ? deactivateSection($event) : activateSection($event)" (keydown.space)="$event.preventDefault()" (mouseenter)="activateSection($event)" - (mouseleave)="deactivateSection($event)"> + (mouseleave)="deactivateSection($event)" + aria-haspopup="menu" + aria-expanded="false">