---
"@ux-team/tvu-design-system": patch
---

Tab/TabList: add the missing `role="tablist"` on the container that holds the tab items. `TabItem` has always carried `role="tab"`, which ARIA requires to sit inside a `tablist` — without it, screen readers announced the items as plain content and axe reported `aria-required-parent` (critical). Attribute-only: no props, no styles, no layout change.
