diff --git a/files/en-us/web/accessibility/aria/roles/table_role/index.html b/files/en-us/web/accessibility/aria/roles/table_role/index.html index d75fe4ffdc88749..d33d9ad4cbd6913 100644 --- a/files/en-us/web/accessibility/aria/roles/table_role/index.html +++ b/files/en-us/web/accessibility/aria/roles/table_role/index.html @@ -79,7 +79,7 @@

Associated WAI-ARIA rol

This attribute is only required if the columns are not present in the DOM all the time. It provides an explicit indication of the number of columns in the full table. Set the value to the total number of columns in the full table. If unknown, set aria-colcount="-1".

aria-rowcount attribute
-
This attribute is only required if the rows are not present in the DOM all the time, such as scrollable tables that reuse rows to minimize the number of DOM nodes. It provides an explicit indication of the number of rows in the full table. Set the value to the total number of rows in the full table. If unknown, set aria-colcount="-1".
+
This attribute is only required if the rows are not present in the DOM all the time, such as scrollable tables that reuse rows to minimize the number of DOM nodes. It provides an explicit indication of the number of rows in the full table. Set the value to the total number of rows in the full table. If unknown, set aria-rowcount="-1".

Keyboard interactions