Support for menu role
silverhero13 opened this issue · 2 comments
silverhero13 commented
Hello.
WAI-ARIA has specified the menu role https://www.w3.org/TR/wai-aria-1.2/#menu. However, I noticed that the menu role is currently unsupported in this project.
It would be good if it gets added in here.
eps1lon commented
Thanks for the report.
However, I noticed that the menu role is currently unsupported in this project.
Could you clarify what you mean by that? The role does exists right now:
import { roles } from "aria-query";
console.log(roles.get("menu"));
-- https://codesandbox.io/s/nervous-dew-bwlzh?file=/src/index.js:0-68
jessebeach commented
@silverhero13, @eps1lon shows that the menu
role is supported. If you think this is not the case for a scenario you can show, please reopen the issue.