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

[META] Accessibility Issues #54

Open
wesruv opened this issue Aug 23, 2017 · 4 comments
Open

[META] Accessibility Issues #54

wesruv opened this issue Aug 23, 2017 · 4 comments

Comments

@wesruv
Copy link
Contributor

wesruv commented Aug 23, 2017

  • Make sure all links have an obvious :active state
    • Some main menu items are very subtle
    • Cards are a little too subtle, IMO, maybe use a outline halo?
  • Site needs to be keyboard navigatable
    • Navigating main menu with the keyboard is currently confusing, you can tab to hidden menu items and dropdown does not open
  • Main menu toggle has no text for non-sighted users
  • Form labels appear to be missing on text inputs (they don't have to be visible to sighted users, just need to exist)
  • Some search forms have buttons with no text (e.g. Directory)
  • Fair number of pages are missing headings or h1's
@wesruv
Copy link
Contributor Author

wesruv commented Aug 23, 2017

I was going to work on making the menu keyboard navigatable, shouldn't be too hard, just have to expand some of the mouse logic to work with focus.

@kylemorelock
Copy link
Contributor

@wesruv, are these issues still issues?

@wesruv
Copy link
Contributor Author

wesruv commented Nov 29, 2017

Menu issues are fixed

Form labels are still an issue (See WAVE Accessibility plugin for whatever browser):
image

Same with empty button text

Directory is missing an H1 as well as a lot of other pages. Not having a headline is an accessibility issue, so the design needs to support that somehow. I believe there's a design that tries to address how headlines could look on a card driven page... I'll try to track it down.

@wesruv
Copy link
Contributor Author

wesruv commented Nov 29, 2017

Here's the mockup of what that could look like, it was a quick and dirty thing:

image

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

2 participants