From 468280584640c0b2ce0e38c01bb249f7d570fd53 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Fri, 30 Apr 2021 12:06:56 -0400 Subject: [PATCH 1/3] Editorial: make th implied role wording consistent with the style of td implied role (and others) --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 605b6b25..82bb50ce 100644 --- a/index.html +++ b/index.html @@ -2639,14 +2639,14 @@

- If the ancestor `table` element is exposed as a `role=table`: role=columnheader, - `rowheader` or `cell` according to - HTML AAM. + role=columnheader, + `rowheader` or `cell` if the ancestor + `table` element is exposed as a `role=table`.

- If the ancestor `table` element is exposed as a `role=grid` or `treegrid`: role=columnheader, - `rowheader` or `gridcell` according to - HTML AAM. + role=columnheader, + `rowheader` or `gridcell` if the ancestor + `table` element is exposed as a `role=grid` or `treegrid`.

From e0e31726a083e39e5fd70e7e68515c459180ec01 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Fri, 30 Apr 2021 12:19:46 -0400 Subject: [PATCH 2/3] make tr role=row implied role have same style as others --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 82bb50ce..96bbafdf 100644 --- a/index.html +++ b/index.html @@ -2666,7 +2666,7 @@

[^tr^] - `role=row` + role=row

From eab3b867d607b7d73941d2dfe8f618f93a054746 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Wed, 5 May 2021 08:10:28 -0400 Subject: [PATCH 3/3] match updated wording in spec --- results/implementation-results.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/results/implementation-results.html b/results/implementation-results.html index 706848c6..ba26a95a 100644 --- a/results/implementation-results.html +++ b/results/implementation-results.html @@ -3122,15 +3122,15 @@

Conformance Checker Rule Implementations

- If the ancestor table element is exposed as a role=table: role=columnheader, - rowheader or cell according to - HTML AAM. -

-

- If the ancestor table element is exposed as a role=grid or treegrid: role=columnheader, - rowheader or gridcell according to - HTML AAM. -

+ role=columnheader, + rowheader or cell if the ancestor + table element is exposed as a role=table. +

+

+ role=columnheader, + rowheader or gridcell if the ancestor + table element is exposed as a role=grid or treegrid. +