Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Accessibility] Other miscellaneous issues #346

Open
1 of 3 tasks
SushantKafle opened this issue Jul 2, 2020 · 2 comments
Open
1 of 3 tasks

[Accessibility] Other miscellaneous issues #346

SushantKafle opened this issue Jul 2, 2020 · 2 comments

Comments

@SushantKafle
Copy link

SushantKafle commented Jul 2, 2020

  • 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

  • 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

anaerobeth added a commit that referenced this issue Jul 6, 2020
@anaerobeth
Copy link

anaerobeth commented Jul 6, 2020

  • 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

@hao-fang
Copy link

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

hao-fang added a commit that referenced this issue Jul 10, 2020
… calendar section (#604)

Co-authored-by: Hao Fang <haofang1990@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants