You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: