diff --git a/core/src/components/menu/menu.tsx b/core/src/components/menu/menu.tsx index 0af3c504ce..8c559f995a 100644 --- a/core/src/components/menu/menu.tsx +++ b/core/src/components/menu/menu.tsx @@ -517,7 +517,7 @@ export class Menu implements ComponentInterface, MenuI { hostData() { const { isEndSide, type, disabled, isPaneVisible } = this; return { - role: 'complementary', + role: 'navigation', class: { [`${this.mode}`]: true, [`menu-type-${type}`]: true,