Skip to content

Commit

Permalink
Make haspopup='true' mapping identical to haspopup='menu' (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakusayan authored Oct 12, 2023
1 parent 304b450 commit 36a2644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6076,7 +6076,7 @@ <h4 id=ariaHaspopupTrue><code>aria-haspopup</code>=<code>true</code></h4>
<th>MSAA + IAccessible2 </th>
<td>
<span class="property">State: <code>STATE_SYSTEM_HASPOPUP</code></span><br>
<span class="property">Object Attribute: <code>haspopup:true</code></span>
<span class="property">Object Attribute: <code>haspopup:menu</code></span>
</td>
</tr>
<tr>
Expand All @@ -6090,7 +6090,7 @@ <h4 id=ariaHaspopupTrue><code>aria-haspopup</code>=<code>true</code></h4>
<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:true</code></span>
<span class="property">Object Attribute: <code>haspopup:menu</code></span>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 36a2644

Please sign in to comment.