Tab paragraph fails accessibility audits

Created on 17 July 2024, about 2 months ago
Updated 22 August 2024, 16 days ago

Problem/Motivation

This is a child issue of Accordion and Tabs paragraph need to be more accessible 📌 Accordion and Tabs paragraph need to be more accessible Fixed , where the Accordion and Tabs paragraphs had reported accessibility issues.

The accepted patch didn't include the JS that addressed these issues for the Tabs paragraphs, which attempted to solve the following:

1. ARIA attributes must conform to valid values. The aria-controls attribute of tabs is using the tab panel title instead of the ID.

2. Keyboard navigation is not working as expected. According to the Tabs Pattern , tabs should not be accessible by pressing the Tab key, but using left and key arrows instead.

Proposed resolution

1. Add the expected behavior and keyboard interaction with JS.

Remaining tasks

Review patch.

📌 Task
Status

Needs review

Version

2.0

Component

Code

Created by

🇲🇽Mexico oscar.puente

Live updates comments and jobs are added and updated live.
  • Accessibility

    It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024