scottish-government-design-system / design-system

Design System for the Scottish Government and other Scottish public sector bodies
https://designsystem.gov.scot
MIT License
27 stars 11 forks source link

[BUG][Accessibility]: Accessibility issues with tab component #112

Open jamiegaskell opened 2 months ago

jamiegaskell commented 2 months ago

Description of the issue

The tab component on the design system currently has a few accessibility issues, including:

As well, the <nav> region is not required and is not used in the ARIA Authoring Practices.

Steps to reproduce the issue

  1. Navigate onto the tabs using a screen reader
  2. Observe that there are missing semantics
  3. Inspect the DOM
  4. Compare the code with ARIA Authering Practices - Tabs with automatic activation

Screenshots

The tab elements on the page

DOM, the tab elements

Environment