Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Greetings,
While testing with a screen reader, I noticed that the scheduler toolbar containing the buttons for changing the date period (previous/next) and view does not have an accessible name. An accessible name, such as one provided by an aria-label or aria-labelledby attribute, can help identify the purpose of the toolbar.
A name can also help distinguish it in the case where there are other toolbars on the same web page. We are in such a situation. In addition to the default toolbar of the scheduler, we have another SfToolbar component to control some scheduler functionality. We were able to add an aria-label to the SfToolbar via the HTMLAttributes property, but were not able to so the same with the built-in Scheduler toolbar.
It would be helpful if there were some way to add additional aria attributes to the Scheduler toolbar so that we could add a label in order to pass WCAG criterion 4.1.2.
Let me know if you have any questions or need further information. I did my testing with the Firefox brwoser and NVDA screen reader.
Thank you!
Ken Watson