acl-2020-virtual-conference icon indicating copy to clipboard operation
acl-2020-virtual-conference copied to clipboard

[Accessibility] Other miscellaneous issues

Open SushantKafle opened this issue 4 years ago • 2 comments

  • [ ] Screen reader reads the user-avatar and the name in the chatbox, redundantly. Screenshot 2020-06-30 at 9 18 26 AM Solution: One solution is to use "aria-hidden" to indicate the screen readers to skip reading the avatars.

  • [ ] The "Event type" dropdown menu (in https://virtual.acl2020.org/schedule.html) is a multi-select menu but SR doesn't tell which ones are selected. Screenshot 2020-06-30 at 9 23 49 AM

  • [x] Screen reader reads the calendar links below each paper weirdly. For instance in (https://virtual.acl2020.org/paper_srw.58.html), Square brackets are read explicitly, e.g., square bracket open google square brack close. It would be nice to have them be read as a single unit: just "Google". Screenshot 2020-06-30 at 9 30 31 AM

SushantKafle avatar Jul 02 '20 06:07 SushantKafle

  • Screen reader reads the calendar links below each paper weirdly. For instance in (https://virtual.acl2020.org/paper_srw.58.html), Square brackets are read explicitly, e.g., square bracket open google square brack close. It would be nice to have them be read as a single unit: just "Google".

@SushantKafle I added aria-hidden="true" to the spans containing the brackets. If you would like to test the referenced branch with those changes to confirm they work with various screen readers, I'll be happy to open a PR. Thanks. Screen Shot 2020-07-06 at 11 10 28 AM

anaerobeth avatar Jul 06 '20 15:07 anaerobeth

@anaerobeth Let's add your changes. I think it is a good move. Thanks!

hao-fang avatar Jul 10 '20 03:07 hao-fang