diff --git a/html-aam/index.html b/html-aam/index.html index 6343d6830..25bc65fa8 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -2278,7 +2278,7 @@

`fieldset`

Role: Use WAI-ARIA mapping
Relations: - `IA2_RELATION_LABELLED_BY` with the first instance of child `legend` element that is not hidden + `IA2_RELATION_LABELLED_BY` with the first instance of a rendered child `legend` element
@@ -2294,7 +2294,7 @@

`fieldset`

ATK
Role: Use WAI-ARIA mapping
-
Relations: `ATK_RELATION_LABELLED_BY` with first instance of child `legend` element
+
Relations: `ATK_RELATION_LABELLED_BY` with first instance of a rendered child `legend` element
@@ -2303,7 +2303,7 @@

`fieldset`

Role: Use WAI-ARIA mapping
AXSubrole: `AXFieldset`
-
AXDescription: value from child `legend` subtree
+
AXDescription: value from the first instance of a rendered child `legend` element
@@ -6945,7 +6945,7 @@

`table`

Use WAI-ARIA mapping
-
Relations: `IA2_RELATION_LABELLED_BY` with first instance of child `caption` element
+
Relations: `IA2_RELATION_LABELLED_BY` with first instance of a rendered child `caption` element
@@ -6958,14 +6958,14 @@

`table`

ATK
Use WAI-ARIA mapping
-
Relations: `ATK_RELATION_LABELLED_BY` with first instance of child `caption` element that is not hidden
+
Relations: `ATK_RELATION_LABELLED_BY` with first instance of a rendered child `caption` element
AX
Use WAI-ARIA mapping
-
AXDescription: value from the first instance of child `caption` element that is not hidden
+
AXDescription: value from the first instance of a rendered child `caption` element