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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Greetings,

We are using the Template option of the ScheduleEventSettings tag helper to add custom text to individual events in the scheduler. However, during testing I noticed the custom templated text is not read out by screen readers. I tested with Firefox and NVDA screen reader. I think it is only reading the event information included by default in the aria-label of the event, which might not include any unique text added by the template. Due to this, I believe it can be argued to fail WCAG criterion 2.5.3 Label in Name in this situation. I was also able to reproduce this in one of your demos: 

https://blazor.syncfusion.com/demos/scheduler/event-template?theme=fluent

Is there a way this can be improved somehow, either automatically perhaps or via further customization options for the component? Ideally, screen reader users should get the same information from the event button as sighted users. 


To compare, it works well for screen reader users when not using the event template.

Let me know if you have any questions or need further information. Thank you!

Ken Watson