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
I have read the template completely before filling it in.
Context
When using the Card component with reveal modifier, reveal button is not tabbable/focusable by keyboard interaction which causes reduced accessibility towards people who rely on keyboard input
Current Behavior
When trying to tab into the reveal button, the element is ignored by keyboard interaction
gselderslaghs
changed the title
[Accessibility] Card reveal button not tabbable/focusable by keyboard interaction
[Accessibility] Card reveal button not accessible by keyboard interaction
Dec 11, 2024
Since v2.2.1 M.Cards.init(<selector>); is now necessary for the reveal to work properly, I think we can fix this by initialize cards programmatically on page load, this is also the case for other components, suggest to create a new issue or discussion for this
Closing this for now
Before submitting...
Context
When using the Card component with reveal modifier, reveal button is not tabbable/focusable by keyboard interaction which causes reduced accessibility towards people who rely on keyboard input
Current Behavior
When trying to tab into the reveal button, the element is ignored by keyboard interaction
Codepen example
Expected behavior
Reveal button should be tabbable/focusable by keyboard interaction
Possible Solutions or Causes
Implement the necessary functional attributes on initialization in order to make options tabbable/focusable by keyboard interaction
Your Environment
The text was updated successfully, but these errors were encountered: