diff --git a/libs/components/src/table/table.mdx b/libs/components/src/table/table.mdx index a36c54aba9..89a341eeaa 100644 --- a/libs/components/src/table/table.mdx +++ b/libs/components/src/table/table.mdx @@ -28,6 +28,8 @@ The UI component consists of a couple of elements. - Always include a row or column header with your table; this allows screen readers to better contextualize the data. - Avoid spanning data across cells. +- When a cell contains an interactive element, the whole cell should be selectable and trigger the + action not just the element the cell contains. - Be sure to make repeating actions unique by associating them with the object they relate to. Example: if there are multiple “Edit” buttons on a table, a screen reader should read “Edit, Netflix” for an edit option for a Netflix item.