diff --git a/html-aam/index.html b/html-aam/index.html
index 5e1fe5c4e..ac97faff1 100644
--- a/html-aam/index.html
+++ b/html-aam/index.html
@@ -16651,7 +16651,7 @@
`fieldset` Element Accessible Name Computation
If the accessible name is still empty, then: if the `fieldset` element has a
- child that is a legend element, then use the subtree of the first such element.
+ child that is a legend element, then use the accessible name of the first such element.
If the accessible name is still empty, then:, if the `fieldset` element has a `title` attribute, then use that attribute.
Otherwise, there is no accessible name.
@@ -16686,6 +16686,23 @@ Other Form Elements Accessible Name Computation
If none of the above yield a usable text string there is no accessible name.
+
`summary` Element Accessible Name Computation
@@ -16703,6 +16720,23 @@ `summary` Element Accessible Name Computation
+
`figure` Element Accessible Name Computation
@@ -16755,7 +16789,7 @@
`table` Element Accessible Name Computation
If the accessible name is still empty, then: if the `table` element has a
- child that is a caption element, then use the subtree of the first such element.
+ child that is a caption element, then use the accessible name of the first such element.
If the accessible name is still empty, then: if the `table` element has a `title` attribute, then use that attribute.
Otherwise, there is no accessible name.
@@ -16816,7 +16850,7 @@ `iframe` Element Accessible Name Computation
- Section and Grouping Element Accessible Name Computation
+ Other Section and Grouping Element Accessible Name Computation
-
If the element has an `aria-label` or an `aria-labelledby` attribute the