From 3735cf77bba71fae1d9ee57d0e6b1024823560bf Mon Sep 17 00:00:00 2001 From: Jory Cunningham Date: Thu, 16 Sep 2021 16:25:10 -0400 Subject: [PATCH 1/2] update aria sort value descriptions to include row fixes #1614 --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 813e330ed..cc310a06e 100644 --- a/index.html +++ b/index.html @@ -13134,15 +13134,15 @@

Definitions of States and Properties (all aria-* attributes)

ascending - Items are sorted in ascending order by this column. + Items are sorted in ascending order by this column or row. descending - Items are sorted in descending order by this column. + Items are sorted in descending order by this column or row. none (default) - There is no defined sort applied to the column. + There is no defined sort applied to the column or row. other From ff9f56ef48daf92545617b46b5dd56d6f84310f7 Mon Sep 17 00:00:00 2001 From: Jory Cunningham Date: Thu, 23 Sep 2021 13:24:29 -0400 Subject: [PATCH 2/2] update wording basd on WG feedback --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index cc310a06e..d69facda2 100644 --- a/index.html +++ b/index.html @@ -13134,15 +13134,15 @@

Definitions of States and Properties (all aria-* attributes)

ascending - Items are sorted in ascending order by this column or row. + Items are sorted in ascending order. descending - Items are sorted in descending order by this column or row. + Items are sorted in descending order. none (default) - There is no defined sort applied to the column or row. + There is no defined sort applied. other