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

Area (hub) pages accessibility issues #22

Open
sveltifier opened this issue Feb 8, 2024 · 0 comments
Open

Area (hub) pages accessibility issues #22

sveltifier opened this issue Feb 8, 2024 · 0 comments

Comments

@sveltifier
Copy link
Contributor

  1. "Explore data for ..." on area hub page should be an

    tag.

  2. Markup for nav map. Currently there's an aria-described-by on a div. (Should say "interactive map, use the accompanying links")
  3. Tab panel regions (for child areas) don't seem to have the right markup. (check W3 for best practice example)
  4. Make sure focus goes to the right place when "show more" is clicked.
  5. There seems to be a bug that "show more" shows even when all content is displayed.
  6. For area navigation, do we need a description of HOW to navigate?
  7. Area hierarchy links should be
      not spans.
    1. Card images should have a NULL alt text. alt=""
    2. Search boxes should have a proper programmatically associated name. That should be "find/search for another area", not "type a place name or postcode". (use both and aria-described-by="" in combination).
    3. Search dropdown list getting cut off when it's inside a card (check card overflow).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant