epimorphics / ukhpi

Open data for for the UK House Price Index from Land Registry, RoS, NISRA and ONS
MIT License
5 stars 2 forks source link

Issue/405 a11y #427

Closed bogdanadrianmarc closed 2 months ago

bogdanadrianmarc commented 2 months ago

This PR addresses issue https://github.com/epimorphics/ukhpi/issues/405 by making sure the data table is now the first tab to be focused when displaying data. The tab selected by default is still the graph tab, but the data table view comes first when navigating via keyboard/using a screen reader.

Before:

Screenshot 2024-08-20 at 13 12 00

After:

Screenshot 2024-08-20 at 13 12 07
bogdanadrianmarc commented 2 months ago

Closing this based on Tom's comment here: https://github.com/epimorphics/ukhpi/issues/405#issuecomment-2298742200