diff --git a/index.html b/index.html
index 0c37baa..aa6ef80 100644
--- a/index.html
+++ b/index.html
@@ -16401,7 +16401,7 @@
`fieldset` Element Accessible Name Computation
If the `fieldset` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings.
- 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.
+ If the accessible name is still empty, then: if the `fieldset` element has a 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.
@@ -16435,6 +16435,26 @@ Other Form Elements Accessible Name Computation
+
`summary` Element Accessible Name Computation
@@ -16451,6 +16471,26 @@ `summary` Element Accessible Name Computation
+
`figure` Element Accessible Name Computation
@@ -16490,7 +16530,7 @@ `table` Element Accessible Name Computation
If the `table` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings.
-
- 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.
+ If the accessible name is still empty, then: if the `table` element has a 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.
@@ -16547,7 +16587,7 @@
`iframe` Element Accessible Name Computation
The document referenced by the `src` of the `iframe` element gets its name from that document's `title` element, like any other document. If there is no `title` provided, there is no accessible name.