Skip to content

Commit

Permalink
Add aria-haspopup='grid' mappings (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakusayan authored Oct 31, 2023
1 parent 5d5b113 commit 81c298b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6176,6 +6176,45 @@ <h4 id=ariaHaspopupDialog><code>aria-haspopup</code>=<code>dialog</code></h4>
</tr>
</tbody>
</table>
<h4 id=ariaHaspopupGrid><code>aria-haspopup</code>=<code>grid</code></h4>
<table aria-labelledby=ariaHaspopupGrid>
<tbody>
<tr>
<th>ARIA Specification</th>
<td>
<a class="property-reference" href="#aria-haspopup"><code>aria-haspopup</code></a>=<code>grid</code>
</td>
</tr>
<tr>
<th>MSAA + IAccessible2 </th>
<td>
<span class="property">State: <code>STATE_SYSTEM_HASPOPUP</code></span><br>
<span class="property">Object Attribute: <code>haspopup:grid</code></span>
</td>
</tr>
<tr>
<th><abbr title="User Interface Automation">UIA</abbr></th>
<td>
<span class="property">Control Pattern: <code>ExpandCollapse</code></span><br>
<span class="seealso">See also: <a class="state-reference" href="#aria-expanded"><code>aria-expanded</code></a></span>
</td>
</tr>
<tr>
<th><abbr title="Accessibility Toolkit">ATK</abbr>/<abbr title="Assistive Technology-Service Provider Interface">AT-SPI</abbr></th>
<td>
<span class="property">State: <code>STATE_HAS_POPUP</code></span><br>
<span class="property">Object Attribute: <code>haspopup:grid</code></span>
</td>
</tr>
<tr>
<th><abbr title="macOS Accessibility Protocol">AX API</abbr></th>
<td>
<span class="property">Property: <code>AXPopupValue:grid</code></span><br>
<span class="action">Action: <code>AXShowMenu</code></span>
</td>
</tr>
</tbody>
</table>
<h4 id=ariaHaspopupListbox><code>aria-haspopup</code>=<code>listbox</code></h4>
<table aria-labelledby=ariaHaspopupListbox>
<tbody>
Expand Down

0 comments on commit 81c298b

Please sign in to comment.