Skip to content

Commit

Permalink
aria-actions attribute mapping is an empty string, not the value
Browse files Browse the repository at this point in the history
  • Loading branch information
smhigley committed Oct 28, 2024
1 parent 3b9b4b8 commit 9d0397f
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 @@ -5732,7 +5732,7 @@ <h4 id="ariaActions"><code>aria-actions</code></h4>
<li>`doAction`: behave as if `doAction(0)` were called on the corresponding target accessible node.</li>
</ul> </span
><br />
<span class="property">Object Attribute: <code>aria-actions</code> &lt;value&gt;</span>
<span class="property">Object Attribute: <code>aria-actions: ""</code></span>
</td>
</tr>
<tr>
Expand All @@ -5741,7 +5741,7 @@ <h4 id="ariaActions"><code>aria-actions</code></h4>
<span class="property"
>Custom Property: <code>AccessibleActions</code>: element array of accessible nodes matching IDREFs, if the referenced objects are in the accessibility tree</span
><br />
<span class="property">Object Attribute: <code>aria-actions</code> &lt;value&gt;</span>
<span class="property">Object Attribute: <code>aria-actions: ""</code></span>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 9d0397f

Please sign in to comment.