-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
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).
behzadev, PrzemyslawSochon and ARXChrono
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers