tabpanel constant

String const tabpanel

A container for the resources associated with a tab, where each tab is contained in a tablist.

Authors SHOULD associate a tabpanel element with its tab, either by using the aria-controls attribute on the tab to reference the tab panel, or by using the aria-labelledby attribute on the tab panel to reference the tab.

tablist elements are typically placed near, usually preceding, a series of tabpanel elements. See the WAI-ARIA Authoring Practices Guide ARIA-PRACTICES for details on implementing a tab set design pattern.

See: developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tabpanel_role

Implementation

static const String tabpanel = 'tabpanel';