Skip to content

Commit

Permalink
Fix AX API aria-haspopup mappings (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakusayan committed Sep 1, 2023
1 parent f2218fe commit 448785f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6096,7 +6096,8 @@ <h4 id=ariaHaspopupTrue><code>aria-haspopup</code>=<code>true</code></h4>
<tr>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
<td>
<span class="property">Property: <code>Action</code>: <code>AXShowMenu</code></span>
<span class="property">Property: <code>AXPopupValue:menu</code></span><br>
<span class="property">Action: <code>AXShowMenu</code></span>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -6170,6 +6171,7 @@ <h4 id=ariaHaspopupDialog><code>aria-haspopup</code>=<code>dialog</code></h4>
<tr>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
<td>
<span class="property">Property: <code>AXPopupValue:dialog</code></span><br>
<span class="action">Action: <code>AXShowMenu</code></span>
</td>
</tr>
Expand Down Expand Up @@ -6208,6 +6210,7 @@ <h4 id=ariaHaspopupListbox><code>aria-haspopup</code>=<code>listbox</code></h4>
<tr>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
<td>
<span class="property">Property: <code>AXPopupValue:listbox</code></span><br>
<span class="action">Action: <code>AXShowMenu</code></span>
</td>
</tr>
Expand Down Expand Up @@ -6246,6 +6249,7 @@ <h4 id=ariaHaspopupMenu><code>aria-haspopup</code>=<code>menu</code></h4>
<tr>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
<td>
<span class="property">Property: <code>AXPopupValue:menu</code></span><br>
<span class="action">Action: <code>AXShowMenu</code></span>
</td>
</tr>
Expand Down Expand Up @@ -6284,6 +6288,7 @@ <h4 id=ariaHaspopupTree><code>aria-haspopup</code>=<code>tree</code></h4>
<tr>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
<td>
<span class="property">Property: <code>AXPopupValue:tree</code></span><br>
<span class="action">Action: <code>AXShowMenu</code></span>
</td>
</tr>
Expand Down

0 comments on commit 448785f

Please sign in to comment.