Skip to content

Commit d6a61fa

Browse files
authored
Fix AX API aria-haspopup mappings (#188)
1 parent c7afc4e commit d6a61fa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6096,7 +6096,8 @@ <h4 id=ariaHaspopupTrue><code>aria-haspopup</code>=<code>true</code></h4>
60966096
<tr>
60976097
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
60986098
<td>
6099-
<span class="property">Property: <code>Action</code>: <code>AXShowMenu</code></span>
6099+
<span class="property">Property: <code>AXPopupValue:menu</code></span><br>
6100+
<span class="property">Action: <code>AXShowMenu</code></span>
61006101
</td>
61016102
</tr>
61026103
</tbody>
@@ -6170,6 +6171,7 @@ <h4 id=ariaHaspopupDialog><code>aria-haspopup</code>=<code>dialog</code></h4>
61706171
<tr>
61716172
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
61726173
<td>
6174+
<span class="property">Property: <code>AXPopupValue:dialog</code></span><br>
61736175
<span class="action">Action: <code>AXShowMenu</code></span>
61746176
</td>
61756177
</tr>
@@ -6208,6 +6210,7 @@ <h4 id=ariaHaspopupListbox><code>aria-haspopup</code>=<code>listbox</code></h4>
62086210
<tr>
62096211
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
62106212
<td>
6213+
<span class="property">Property: <code>AXPopupValue:listbox</code></span><br>
62116214
<span class="action">Action: <code>AXShowMenu</code></span>
62126215
</td>
62136216
</tr>
@@ -6246,6 +6249,7 @@ <h4 id=ariaHaspopupMenu><code>aria-haspopup</code>=<code>menu</code></h4>
62466249
<tr>
62476250
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
62486251
<td>
6252+
<span class="property">Property: <code>AXPopupValue:menu</code></span><br>
62496253
<span class="action">Action: <code>AXShowMenu</code></span>
62506254
</td>
62516255
</tr>
@@ -6284,6 +6288,7 @@ <h4 id=ariaHaspopupTree><code>aria-haspopup</code>=<code>tree</code></h4>
62846288
<tr>
62856289
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
62866290
<td>
6291+
<span class="property">Property: <code>AXPopupValue:tree</code></span><br>
62876292
<span class="action">Action: <code>AXShowMenu</code></span>
62886293
</td>
62896294
</tr>

0 commit comments

Comments
 (0)