parent
5665576147
commit
f2cd8dd90d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue