In UWP, buttons don't have an accessible name. This isn't a problem for plain buttons, as accessibility tools are smart enough to infer that the text of the button is the name. However, for buttons that have an iconUrl, the tools can't infer because there are too many children. We should probably set the accessible name on all of our buttons.
In UWP, buttons don't have an accessible name. This isn't a problem for plain buttons, as accessibility tools are smart enough to infer that the text of the button is the name. However, for buttons that have an
iconUrl, the tools can't infer because there are too many children. We should probably set the accessible name on all of our buttons.