Open
Description
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).
Additional context
ARIA Practices Guide - Tabs - Manual Example