Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
smhigley authored and actions-user committed Sep 23, 2024
1 parent 6c2d8be commit 3b9b4b8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions core-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5724,13 +5724,14 @@ <h4 id="ariaActions"><code>aria-actions</code></h4>
<th>MSAA + IAccessible2</th>
<td>
<span class="property">
Interface: <code>IAccessibleAction</code>, adding one action for each accessible node referenced by `aria-actions` that is exposed in the accessibility tree. The interface methods are mapped as follows:
Interface: <code>IAccessibleAction</code>, adding one action for each accessible node referenced by `aria-actions` that is exposed in the accessibility tree. The interface methods
are mapped as follows:
<ul>
<li>`name`: return the DOM id of the corresponding target node.</li>
<li>`localizedName`: return the corresponding target node's accessible name.</li>
<li>`doAction`: behave as if `doAction(0)` were called on the corresponding target accessible node.</li>
</ul>
</span><br />
</ul> </span
><br />
<span class="property">Object Attribute: <code>aria-actions</code> &lt;value&gt;</span>
</td>
</tr>
Expand All @@ -5747,7 +5748,8 @@ <h4 id="ariaActions"><code>aria-actions</code></h4>
<th><abbr title="Accessibility Toolkit">ATK</abbr>/<abbr title="Assistive Technology-Service Provider Interface">AT-SPI</abbr></th>
<td>
<span class="relation">
Interface: <code>AtkAction</code>, adding one action for each accessible node referenced by `aria-actions` that is exposed in the accessibility tree. The instance methods are mapped as follows:
Interface: <code>AtkAction</code>, adding one action for each accessible node referenced by `aria-actions` that is exposed in the accessibility tree. The instance methods are
mapped as follows:
<ul>
<li>`get_n_actions`: return the number of accessible nodes referenced by `aria-actions` that are exposed in the accessibility tree</li>
<li>`get_name`: return the non-localized string 'click'.</li>
Expand Down

0 comments on commit 3b9b4b8

Please sign in to comment.