Disabled menu items/buttons #4953
Unanswered
andredewaard
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think the intent is to mirror HTML disabled behavior, and behavior on native platforms. That being said, WAI-ARIA doesn't specifically say In Spectrum, we recommend using ContextualHelp next to a disabled button to give the user more information about why it may be disabled. We have a similar thing for unavailable menu items where we open a submenu with more information. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering since everything here is really about accessibility.
Whenever a button is disabled. Don't you want to give the user feedback as of why that button is disabled?
When a button inside a menu is disabled it isn't focusable right now. But don't you want the user that is maybe visually impaired give a clue that the button is there, its just disabled because you still need to do X?
Beta Was this translation helpful? Give feedback.
All reactions