Skip to content

Commit 4af36b7

Browse files
shleewhiteKristinLBradley
authored and
shleewhite
committed
Update website/docs/components/table/advanced-table/partials/accessibility/accessibility.md
Co-authored-by: Kristin Bradley <kristin.bradley@hashicorp.com>
1 parent 63d3c4d commit 4af36b7

File tree

1 file changed

+3
-4
lines changed
  • website/docs/components/table/advanced-table/partials/accessibility

1 file changed

+3
-4
lines changed

website/docs/components/table/advanced-table/partials/accessibility/accessibility.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
## Conformance rating
22

3-
<!-- Update conformance rating badge with correct status -->
43
<Doc::Badge @type="success">Conformant</Doc::Badge>
54

65
When used as recommended, there should not be any WCAG conformance issues with this component.
@@ -9,15 +8,15 @@ When used as recommended, there should not be any WCAG conformance issues with t
98

109
### Interactive rows
1110

12-
The table row element is not eligible to receive interactions. That is, actions cannot be attached to a table row. If an interactive element is desired, place it within a table cell element within that row (i.e., `<div role="gridcell"><a href="somelink.html">Some link</a></div>`).
11+
The table row element cannot receive interactions, meaning actions cannot be attached directly to a table row. If you need an interactive element, place it within a table cell element in that row (i.e., `<div role="gridcell"><a href="somelink.html">Some link</a></div>`).
1312

1413
### Focus in Advanced Tables
1514

16-
Unlike the Table component, each cell receives focus in the Advanced Table to let users navigate through the table efficiently with a keyboard. For any other interactions, there must be interactive elements (buttons, links, etc.) within the cells.
15+
Unlike the Table component, each cell receives focus in the Advanced Table to let users navigate through the table efficiently with a keyboard. For any other interactions, you must use interactive elements (buttons, links, etc.) within the cells.
1716

1817
### Row selection
1918

20-
It is best to clearly communicate to the user how many rows are selected and how many rows there are total outside of the Advanced Table. For more considerations, read the [Multi-select usability and accessibility considerations](/components/table/advanced-table?tab=code#usability-and-accessibility-considerations).
19+
You should clearly communicate to the user how many rows are selected and how many rows there are total outside of the Advanced Table. For additional considerations, read the [Multi-select usability and accessibility considerations](/components/table/advanced-table?tab=code#usability-and-accessibility-considerations).
2120

2221
## Applicable WCAG Success Criteria
2322

0 commit comments

Comments
 (0)