Hello! We will be running a survey with participants that have visual impairments; after a first trial run with a screen reader, they gave a bit of feedback.
One of them being that the logo does not have a text label attributed to it. They asked if it's possible to ask an option that allows assignment of the attribute alt="text" with the logo.
How could I implement this?
The second comment was the following:
The ‘Back’ and ‘Next’ buttons are positioned by HTML table and screen reader might announce a table each time these buttons get a focus. It’s a bit confusing for a user because there’s no data table. We can avoid that by adding role=”presentation” to the table:
Should I here manually try to call the button and include the role?