You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Explore data for ..." on area hub page should be an
tag.
Markup for nav map. Currently there's an aria-described-by on a div. (Should say "interactive map, use the accompanying links")
Tab panel regions (for child areas) don't seem to have the right markup. (check W3 for best practice example)
Make sure focus goes to the right place when "show more" is clicked.
There seems to be a bug that "show more" shows even when all content is displayed.
For area navigation, do we need a description of HOW to navigate?
Area hierarchy links should be not spans.
Card images should have a NULL alt text. alt=""
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).
Search dropdown list getting cut off when it's inside a card (check card overflow).
The text was updated successfully, but these errors were encountered:
tag.
not spans.- Card images should have a NULL alt text. alt=""
- 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).
- Search dropdown list getting cut off when it's inside a card (check card overflow).
The text was updated successfully, but these errors were encountered: