Open
Description
An example use case would be a hovercard that explains why the button is disabled. This case should work just fine for mouse users, since you can still hover a disabled button. But disabled buttons aren't focusable, nor are they typically long-pressable. So we need a solution for those users. One option is to make such a disabled button focusable. I'm not sure about the a11y implications of that. For touchscreen users, it might still be "ok" to long-press a disabled button and have something happen?
Other suggestions?