From 1da9db8650cd041a481112b1579c4ab8416ca9db Mon Sep 17 00:00:00 2001 From: cris Date: Fri, 8 Dec 2023 18:58:20 +0000 Subject: [PATCH] accesibility --- .../expandable-navbar-section.component.html | 4 +++- .../expandable-navbar-section.component.ts | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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">