diff --git a/html-aam/index.html b/html-aam/index.html index ca3f951e6..4594a1017 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`
+
+ Relations: `IA2_RELATION_LABEL_FOR` with the parent `fieldset` + or `optgroup` +
@@ -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`
Relations: - `ATK_RELATION_LABEL_FOR` with parent `fieldset` element + `ATK_RELATION_LABEL_FOR` with parent `fieldset` + or `optgroup` element