cyntler / cyntler/hamburger-react
Accessibility
Open
enhancement
good first issue
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
The toggle button provided is currently rendered as a div element instead of a button element. This approach has accessibility implications as it lacks the necessary ARIA attributes and role needed for proper accessibility support.
For accessibility, it would be better if the toggle button is rendered as a button element. If it must be a div, appropriate ARIA attributes and roles should be added to ensure it is accessible (e.g. role, aria-pressed).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.