-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Web][Accessibility] Actions with the OpenUrl onAction should render as an a tag #4947
Comments
@felixvanleeuwen since version 2.3 of the JS SDK, all OpenUrl actions are rendered with the |
Scrap what I wrote above. While that was true, another accessibility change has been applied on top of it that changes buttons' role to "menuitem". We're going to have to look into this and determine what the right solution is. |
Any news on this? |
I'm taking over this feature request since OP has left the team. Is there any update on this? |
This issue has been fixed in #6763 |
What platform is your feature request related to? (Delete other platforms).
Is your feature request related to a problem? Please describe.
A European law has been passed that forces public websites to adhere to a AA accessibility rating.
Using adaptive cards prevents this.
All actions are rendered the same, as buttons.
For blind or poor sighted people who browse the web (using screen readers) this is incredibly confusing.
Describe the solution you'd like
By default, the
Action.OpenUrl
is rendered as an<a>
-tag.Users who rely on sight don't notice a difference.
Describe alternatives you've considered
Some rendering middleware, but could not find one that exists.
The text was updated successfully, but these errors were encountered: