Replies: 1 comment 7 replies
-
Transmit the button information?
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are currently debating about deactivated interactive elements, such as buttons and input fields, where no visible labeling should be used (icon buttons).
Active, interactive elements can be focused and hovered. A tooltip (conform to 1.4.13) is displayed as a label.
Disabled interactive elements cannot be focused anymore, but can be hovered. We are currently showing the tooltip, it is accessible to screenreaders (linear reading) but not for keyboard-only-users.
Here an example: https://public-ui.github.io/sample-react/#/button/basic?theme=zoll-v3
What do you say?
Beta Was this translation helpful? Give feedback.
All reactions