Skip to content

Commit

Permalink
ACTION-2117: Updated UIA mapping of aria-details.
Browse files Browse the repository at this point in the history
Noted that DescribedBy array references the aria-details accessible
object only if the latter is present in the accessibility tree.
  • Loading branch information
klown committed Feb 13, 2017
1 parent 5c16d81 commit 2c25991
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions core-aam/core-aam.html
Original file line number Diff line number Diff line change
Expand Up @@ -1933,12 +1933,14 @@ <h4>Not Mapped</h4>
<tr id="ariaDetails">
<th>[ARIA 1.1] <a class="property-reference" href="#aria-details"><code>aria-details</code></a></th>
<td>
<p>If the referenced object is in the accessibility tree, expose a pointer to the accessible object using <code>IA2_RELATION_DETAILS</code>, and expose reverse relations as described in <a href="#mapping_additional_relations">Relations</a>.</p>
</td>
<td><code>DescribedBy</code> array property contains an entry pointing to the referenced accessible object</td>
<p>If the referenced object is in the accessibility tree, expose a pointer to the accessible object using <code>IA2_RELATION_DETAILS</code>, and expose reverse relations as described in <a href="#mapping_additional_relations">Relations</a>.</p>
</td>
<td>
<p>If the referenced object is in the accessibility tree, expose a pointer to the accessible object using <code>RELATION_DETAILS</code>, and expose reverse relations as described in <a href="#mapping_additional_relations">Relations</a>.</p>
</td>
<p>If the referenced object is in the accessibility tree, the <code>DescribedBy</code> array property contains an entry pointing to the accessible object. </p>
</td>
<td>
<p>If the referenced object is in the accessibility tree, expose a pointer to the accessible object using <code>RELATION_DETAILS</code>, and expose reverse relations as described in <a href="#mapping_additional_relations">Relations</a>.</p>
</td>
<td>TBD.</td>
</tr>

Expand Down

0 comments on commit 2c25991

Please sign in to comment.