-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Carousel: Improve accessibility #1996
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for these improvements, specially on MudCarousel.
@@ -0,0 +1,4 @@ | |||
@namespace MudBlazor.UnitTests.TestComponents | |||
|
|||
<MudAlert Severity="Severity.Normal">The reactor type is RBMK-1000</MudAlert> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It wasn't necessary. I removed it
Its great we are thinking accessibility but I would prefer to see one PR per component. Even if they are small changes |
@KamilBugnoKrk I read you blog article about accessibility and was inspired. Such an important part of web design for the people with sight difficulties which is often forgotten. Thanks for the PRs |
The carousel component support background images? |
Globally not, You should setup background for every MudCarouselItem (page). |
Carousel: used section instead of div, added labels to prev/next buttons, and change the order of tab index