-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
Describe the bug
When we are trying to use ANDI tool for checking the accessibility issue for ngx-contextmenu, we are seeing the error the below error
[Element referenced by [aria-labelledby] with [id=menubutton] not found.]. This is happening because aria-labelledby="menubutton" doesn't exist anywhere.
To Reproduce
Steps to reproduce the behavior:
- Go to https://perfectmemory.github.io/ngx-contextmenu/iframe.html?args=&globals=backgrounds.grid:!false;backgrounds.value:!hex(F8F8F8)&id=context-menu-demo--demo&viewMode=story
- Right Click on the text to see the context menu
- Open developer tool or use ANDI tool
- See the below
Expected behavior
The aria-labelledby attribute value= menubutton should exists
Stackblitz Example
Please check it here base example
Metadata
Metadata
Assignees
Labels
No labels