You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Table> components with accessibility (a11y) checks to ensure <th> elements are present, scope attributes are used with multiple headers, and id and headers attributes are included in complex tables for improved screen reader support.
<Th> components with accessibility (a11y) checks to validate necessary attributes based on the complexity of table headers.
<Td> components with accessibility (a11y) checks to validate necessary attributes based on the complexity of table headers.
<Tr> components to support registering associated table headers.
<Caption> components to detect a nested <caption> indside a <TableProvider>.
<TableProvider> Component: Introduced a context provider for more fine-grained table accessibility checks.