diff --git a/html-aam/index.html b/html-aam/index.html
index 6fbb93cdf..b7e3093c5 100644
--- a/html-aam/index.html
+++ b/html-aam/index.html
@@ -4697,7 +4697,10 @@
`legend`
Roles: `ROLE_SYSTEM_STATICTEXT`; `IA2_ROLE_LABEL`
- Relations: `IA2_RELATION_LABEL_FOR` with the parent `fieldset`
+
|
@@ -4707,7 +4710,8 @@ `legend`
Other properties:
The `LabeledBy` property for the parent
-
`fieldset` points to the UIA element for the `legend` element.
+
`fieldset` or
`optgroup` points to the
+ UIA element for the `legend` element.
@@ -4717,7 +4721,8 @@ `legend`
Role: `ATK_ROLE_LABEL`
@@ -16192,12 +16197,34 @@ `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 subtree of the first such element in the accessibility tree.
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.
+