From 45a19996a5eed0d3788313c338e296aa4c53d437 Mon Sep 17 00:00:00 2001 From: Emily Stewart Date: Mon, 15 Mar 2021 19:20:36 -0700 Subject: [PATCH] =?UTF-8?q?Adjust=20typo=20from=20`aria-colcount`=20?= =?UTF-8?q?=E2=86=92=20`aria-rowcount`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/en-us/web/accessibility/aria/roles/table_role/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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