From 6096597def4e745efeba3cff5dea38bc60b700ab Mon Sep 17 00:00:00 2001 From: ivan <95487764+glmvc@users.noreply.github.com> Date: Wed, 24 Jan 2024 21:18:30 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Estelle Weyl --- files/en-us/web/html/element/tr/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/files/en-us/web/html/element/tr/index.md b/files/en-us/web/html/element/tr/index.md index 70c06af3cb57f57..861550ba32a6e64 100644 --- a/files/en-us/web/html/element/tr/index.md +++ b/files/en-us/web/html/element/tr/index.md @@ -341,6 +341,7 @@ th { {{EmbedLiveSample('Sorting_rows_with_a_click_on_header_cells', '650', '100')}} +> **Note:** To be usable and accessible, the header cell of each sortable column must be identifiable as a sorting button and each must define whether the column is currently sorted in ascending or descending order visually and with the [`aria-sort`](/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-sort) attribute. See the [ARIA Authoring Practices Guide](https://www.w3.org/WAI/ARIA/apg/)'s [sortable table example](https://www.w3.org/WAI/ARIA/apg/patterns/table/examples/sortable-table/) for more information. > **Note:** To be usable and accessible, the header cell of each sortable column must be identifiable as a sorting button and each must define whether the column is currently sorted in ascending or descending order visually and with the [`aria-sort`](/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-sort) attribute. See the [ARIA Authoring Practices Guide](https://www.w3.org/WAI/ARIA/apg/)'s [sortable table example](https://www.w3.org/WAI/ARIA/apg/patterns/table/examples/sortable-table/) for more information. ## Technical summary