redoc
redoc copied to clipboard
Accessibility: Tablists do not have accessible name
Describe the bug
- Go to Redocly demo
- Go to "POST /pet" sample
- Inspect "Request samples" tablist
- Open Chrome DevTools accessibility tree
- Observe that tablist does not have accessible name (see "Screenshots").
Expected behavior Each tablist should have an accessible name. Ideally, the tablist should be labelled by the heading above it (using aria-labelledby).
Screenshots
Additional context
ARIA Practices Guide - Tabs - Manual Example