diff --git a/html-aam/index.html b/html-aam/index.html
index ca3f951e6..65011be53 100644
--- a/html-aam/index.html
+++ b/html-aam/index.html
@@ -4647,7 +4647,10 @@
`legend`
Roles: `ROLE_SYSTEM_STATICTEXT`; `IA2_ROLE_LABEL`
- Relations: `IA2_RELATION_LABEL_FOR` with the parent `fieldset`
+
|
@@ -4657,7 +4660,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.
@@ -4667,7 +4671,8 @@ `legend`
Role: `ATK_ROLE_LABEL`
@@ -16141,12 +16146,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.
+