radzen-blazor
radzen-blazor copied to clipboard
Accessiblity
Is your feature request related to a problem? Please describe. I found no possiblity to an accessible alternative to the Icon. To give an example have a look at the Icons of alerts. The last notification is read below. Problem is the content of the icon is lightbulb_outline. Cause there is Content aria-label is not used.
lightbulb_outline Toggle alert visibility and handle the Close event. close
Describe the solution you'd like I'd like a property of the RadzenIcon for the accessible name. This would have the benefit the library may change the reperesentation, if a better solution for accessiblity is available in the html specification with support by screenreader and braille displays. An additional property may define if it is a semantic element or an decorative element.
This solutions should be used in all Icons used by Radzen them selve
Describe alternatives you've considered Alternativly modifications to use title like font awesome.
Additional context See WCAG