Skip to content

Commit

Permalink
editorial: move core-aam PR228
Browse files Browse the repository at this point in the history
  • Loading branch information
pkra committed May 22, 2024
2 parents 0744cf4 + 2f36d0f commit 9ceed4d
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions core-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5712,6 +5712,45 @@ <h4>Not Mapped</h4>
>. Its absence not only indicates that the accessible object is not grabbed, but further defines it as not grab-able. These cases are marked as "Not mapped" without an asterisk.
</p>
</section>
<h4 id="ariaActions"><code>aria-actions</code></h4>
<table aria-labelledby="ariaActions">
<tbody>
<tr>
<th>ARIA Specification</th>
<td>
<a class="property-reference" href="#aria-actions"><code>aria-actions</code></a>
</td>
</tr>
<tr>
<th>MSAA + IAccessible2</th>
<td>
<span class="relation">Relation: <code>IA2_RELATION_DETAILS</code> points to accessible nodes matching IDREFs, if the referenced objects are in the accessibility tree</span><br />
<span class="relation">Reverse Relation: <code>IA2_RELATION_DETAILS_FOR</code> points to element</span><br />
<span class="seealso">See also: <a href="#mapping_additional_relations">Mapping Additional Relations</a></span>
</td>
</tr>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
<span class="property">Property: <code>DescribedBy</code>: points to accessible nodes matching IDREFs, if the referenced objects are in the accessibility tree</span>
</td>
</tr>
<tr>
<th><abbr title="Accessibility Toolkit">ATK</abbr>/<abbr title="Assistive Technology-Service Provider Interface">AT-SPI</abbr></th>
<td>
<span class="relation">Relation: <code>RELATION_DETAILS</code> points to accessible nodes matching IDREFs, if the referenced objects are in the accessibility tree</span><br />
<span class="relation">Reverse Relation: <code>RELATION_DETAILS_FOR</code> points to element</span><br />
<span class="seealso">See also: <a href="#mapping_additional_relations">Mapping Additional Relations</a></span>
</td>
</tr>
<tr>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
<td>
<span class="property">Implement as <a href="https://developer.apple.com/documentation/uikit/uiaccessibilitycustomaction">custom action</a></span>
</td>
</tr>
</tbody>
</table>
<h4 id="ariaActiveDescendant"><code>aria-activedescendant</code></h4>
<table aria-labelledby="ariaActiveDescendant">
<tbody>
Expand Down

0 comments on commit 9ceed4d

Please sign in to comment.