From b6f00b3c4a2b26d96446033a81763be552410d8a Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Wed, 15 May 2019 17:33:48 -0400 Subject: [PATCH] Make td and th default roles consistent with HTML-AAM. --- sections/semantics-tabular-data.include | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sections/semantics-tabular-data.include b/sections/semantics-tabular-data.include index 4154bb8261..379524860c 100644 --- a/sections/semantics-tabular-data.include +++ b/sections/semantics-tabular-data.include @@ -1359,7 +1359,8 @@
headers - The header cells for this cell
[=Allowed ARIA role attribute values=]:
- cell role (default - do not set) + cell, + gridcell role (each are default - do not set) or Any other role value.
@@ -1429,7 +1430,9 @@
[=Allowed ARIA role attribute values=]:
columnheader, - rowheader role (each are default - do not set) + rowheader, + cell, + gridcell role (each are default - do not set) or Any other role value.
[=Allowed ARIA state and property attributes=]: