Skip to content

Commit

Permalink
remove ARIA from property name via code review
Browse files Browse the repository at this point in the history
discussed whether we should double-down on having "ARIA" in the property name just because that was added to the related AXARIAColumnIndex property.... We may deprecate the ARIA-specific names in the future
  • Loading branch information
cookiecrook authored Oct 25, 2024
1 parent 6002590 commit 4a54d35
Showing 1 changed file with 2 additions and 2 deletions.
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: <code>AXARIAColumnIndexText</code>: <code>&lt;value&gt;</code></span>
<span class="property">Property: <code>AXColumnIndexDescription</code>: <code>&lt;value&gt;</code></span>
</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: <code>AXARIARowIndexText</code>: <code>&lt;value&gt;</code></span>
<span class="property">Property: <code>AXRowIndexDescription</code>: <code>&lt;value&gt;</code></span>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 4a54d35

Please sign in to comment.