diff --git a/html-aam/index.html b/html-aam/index.html index 5d3933db1..872771bd2 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -2252,10 +2252,6 @@

`figcaption`

Role: Use WAI-ARIA mapping
-
- Relations: - If the first instance of a child `figcaption` to its parent `figure`, then `IA2_RELATION_DETAILS_FOR` with parent `figure`. -
@@ -2268,11 +2264,6 @@

`figcaption`

ATK
Role: Use WAI-ARIA mapping
-
- Relations: - If this is the first instance of a child `figcaption` to its parent `figure` element, then expose `RELATION_DETAILS_FOR` referencing the parent `figure` - element. -
@@ -2284,12 +2275,7 @@

`figcaption`

Comments - -

- Only the first child instance of a `figcaption` element that is present in the accessibility tree (e.g., not 'hidden') provides details for its parent - `figure` element. -

- + @@ -2316,56 +2302,30 @@

`figure`

Role: Use WAI-ARIA mapping
-
- Relations: - `IA2_RELATION_DETAILS` points to the first instance of a child `figcaption` if the element is present in the accessibility tree of the parent `figure` element. -
UIA
Role: Use WAI-ARIA mapping
-
- Property: - `DescribedBy` references the first instance of a child `figcaption` element if the element is present in the accessibility tree of the parent `figure` element. -
ATK
Role: Use WAI-ARIA mapping
-
Name: related `figcaption` content
-
- Relations: - `RELATION_DETAILS` references the first instance of a child `figcaption` element if the element is present in the accessibility tree of the parent `figure` element. -
AX
AXRole: Use WAI-ARIA mapping
-
- Property: - `AXDetailsElements` references the first instance of a child `figcaption` element if the element is present in the accessibility tree of the parent `figure` element. -
Comments - -

- If an author specifies a `figure` element to acquire its accessible name or description from the first instance of a child `figcaption` element via an `aria-labelledby` or - `aria-describedby` association, then user agents SHOULD NOT expose a details relationship between the parent `figure` and child `figcaption` elements. -

-

- An explicit declaration of the `aria-details` attribute on the `figure` element will override the implicit `aria-details` association with the element's child `figcaption` element, - if one exists. If the `aria-details` attribute has an empty value, then the `figure` element has no details relation to expose. -

- +