github / github/tab-container-element
Supporting single `tabpanel`
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 381
- Fork
- 32
- Merge trung bình
- 1 ngày 13 giờ
- Pull request đã merge (30 ngày)
- 6
Mô tả
I am working on a project picker component that is using tabs for switching between lists of projects. Since the content type for each tab is the same, only the source changes, I wish to use single `tabpanel` with a `virtualised-list` inside.

```html
Tab one
Tab two
Tab three
```
After talking to @keithamus I have learned that currently `tab-container` requires to have the same set of tabpanels as tabs as it announces panel changes to the screen reader.
Is that feasible to support mentioned use case and comply with accessibility requirements set on the `tab-container-element`?
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.