Accessibility: New Topic/Reply form not accessible to screen reader

A screen reader user on iOS reported that several buttons on the New Topic/Reply form are not correctly labelled.

Image%20from%20iOS(3)

  • The reply button in the bottom-left is being read as “Or press Ctrl+Enter”, not “Reply” as expected
  • The hamburger button in the top-right is not labelled
  • The upload image button in the bottom-right is read as “link”
9 Likes

Is this specific to mobile?

1 Like

Of the buttons listed, I think only the Reply button appears on the desktop version but it’s still labelled “Or press Ctrl+Enter”

2 Likes

@owlish I would love to get this sorted, can you provide us with a quick start of how to test this? What software do we install locally?

5 Likes

The Chrome Vox screenreader was recommended for accessibility testing.

NVDA is another free option for Windows.

3 Likes

Just wanted to check in to see if there’s been any movement on this or if you need any more information

1 Like

Hi @sam, is there any other information you need for this?

1 Like

I think we have what we need, its just a question of resources at the moment.

I am adding a #pr-welcome on this in case someone from the community wants to help out.

5 Likes

The issue with the reply button was fixed by commit 31ffcf989ce63e. I just tested this on iOS with VoiceOver.

Now I’ll investigate the other two issues.

7 Likes

I verified that the hamburger button in the composer isn’t labeled. Specifically, this is the toggle-toolbar button in the composer-toggles component. This button is only rendered in the mobile view.

What would be a reasonable label for this button? Maybe “Formatting”, since many of the toolbar options are formatting related? Not all of them are, though. Maybe the more generic “Tools” would be better.

5 Likes

It occurred to me that, to enable accessibility fixes to reach Discourse’s worldwide user base without imposing too much on translators, we should use existing strings for unlabeled controls when it makes sense. So, for the hamburger button, would it make sense to use “show more” as the title? We could use “options”, and I think that would be a better fit, except that there’s already an “options” button in the toolbar itself. I think that would be confusing.

6 Likes

I’ve added labels to the upload and preview buttons as well as the toolbar toggle.

https://github.com/discourse/discourse/commit/13c9d7e70431c91d03e206e2f04121bc8cb69db7

@Matt_Campbell You’re right about the benefits of using existing text where possible, but I ended up adding two new strings so the label can say “[Show/hide] composer toolbar”. I considered using “options,” but it didn’t seem descriptive enough, especially considering that the button is a toggle.

6 Likes

@owlish @Matt_Campbell @awesomerobot , what is the situation these days?

The original request was around correcting the title “Or press Ctrl+Enter” on the reply button. Maybe we simply add aria-label="reply" to this button?

2 Likes

VoiceOver on iOS reads the button label “reply” and then the title, and this is also the case with NVDA on desktop, so I think everything was covered here but I can take a closer look if something’s still missing.

One minor improvement could be to remove the title on mobile because the keyboard shortcuts generally aren’t relevant there.

3 Likes

Cool, chucking a 2 week timer then on this to close it.

Feel free to open followups if you find any @owlish

This topic was automatically closed after 9 days. New replies are no longer allowed.