Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core-aam] add new AX API mappings for colindextext/rowindextext #2362

Merged
merged 3 commits into from
Nov 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6372,7 +6372,7 @@ <h4 id="ariaColIndexText"><code>aria-colindextext</code></h4>
<tr>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
<td>
<span class="property">Property: TBD</span>
<span class="property">Property: <code>AXARIAColumnIndexText</code>: <code>&lt;value&gt;</code></span>
cookiecrook marked this conversation as resolved.
Show resolved Hide resolved
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -9209,7 +9209,7 @@ <h4 id="ariaRowIndexText"><code>aria-rowindextext</code></h4>
<tr>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
<td>
<span class="property">Property: TBD</span>
<span class="property">Property: <code>AXARIARowIndexText</code>: <code>&lt;value&gt;</code></span>
cookiecrook marked this conversation as resolved.
Show resolved Hide resolved
</td>
</tr>
</tbody>
Expand Down
Loading