You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div class="role"><span class="type">Role:</span> Use WAI-ARIA mapping</div>
2271
-
<div class="relations">
2272
-
<span class="type">Relations:</span>
2273
-
If this is the first instance of a child `figcaption` to its parent <a href="#el-figure">`figure`</a> element, then expose `RELATION_DETAILS_FOR` referencing the parent `figure`
Only the first child instance of a <a href="#el-figcaption">`figcaption`</a> element that is present in the accessibility tree (e.g., not 'hidden') provides details for its parent
<div class="role"><span class="type">Role:</span> Use WAI-ARIA mapping</div>
2319
-
<div class="relations">
2320
-
<span class="type">Relations:</span>
2321
-
`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.
<div class="role"><span class="type">Role:</span> Use WAI-ARIA mapping</div>
2329
-
<div class="property">
2330
-
<span class="type">Property:</span>
2331
-
`DescribedBy` references the first instance of a child `figcaption` element if the element is present in the accessibility tree of the parent `figure` element.
<div class="role"><span class="type">Role:</span> Use WAI-ARIA mapping</div>
2339
-
<div class="name"><span class="type">Name:</span> related <a href="#el-figcaption">`figcaption`</a> content</div>
2340
-
<div class="relations">
2341
-
<span class="type">Relations:</span>
2342
-
`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.
<div class="role"><span class="type">AXRole:</span> Use WAI-ARIA mapping</div>
2350
-
<div class="relations">
2351
-
<span class="type">Property:</span>
2352
-
`AXDetailsElements` references the first instance of a child `figcaption` element if the element is present in the accessibility tree of the parent `figure` element.
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
2362
-
`aria-describedby` association, then user agents SHOULD NOT expose a details relationship between the parent `figure` and child `figcaption` elements.
2363
-
</p>
2364
-
<p>
2365
-
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,
2366
-
if one exists. If the `aria-details` attribute has an empty value, then the `figure` element has no details relation to expose.
0 commit comments