Skip to content

Commit 735b7bd

Browse files
authored
Website: update table docs mentioning multi-select checkbox aria-labels (#2640)
1 parent c4ad83e commit 735b7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/components/table/partials/code/how-to-use.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ For details about the arguments provided to the `@onSelectionChange` callback fu
777777

778778
#### Usability and accessibility considerations
779779

780-
Since the “selected” state of a row is communicated visually via the checkbox selection and for screen-reader users via the `aria-label` applied to the checkbox, there are some important considerations to keep in mind when implementing a multi-select table.
780+
Since the “selected” state of a row is communicated by the checkbox, there are some important considerations to keep in mind when implementing a multi-select table.
781781

782782
If the selection status of the rows is persisted even when a row is not displayed in the UI, consider what the expectations of the user might be: how are they made aware that the action they are going to perform may involve rows that were previously selected but not displayed in the current view?
783783

0 commit comments

Comments
 (0)