Tab- When the tab list contains the focus, moves focus to the next element in the tab sequence, which is the
tabpanel element.Right Arrow, Left Arrow- Activates the newly focused tab.
- If focus is on the last tab, moves focus to the first tab.
Home, Endaria property:aria-label="STRING"aria-description="STRING"role="tablist"role="tab"role="tabpanel"tabs-item serves as a container for tabpanel content.aria-label="STRING"tabs-item based on the label property.aria-selected="BOOLEAN"aria property, e.g.:
<p-tabs aria="{ 'aria-label': 'Some label for the tablist', 'aria-description': 'Some description for the tablist' }">.aria-controls