diff --git a/index.html b/index.html index 8a5cfb5b..0ac6e16f 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`.
role=row
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 @@
- 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.
+